Questions tagged [el-plus]
4 questions
4
votes
1 answer
Installing ElementPlus Icons globally on Vue 3
I am currently working on a project with Vue 3 and Element Plus.
As of the moment, the element plus Icons are not showing on my app.
I have installed them with yarn using
$ yarn add @element-plus/icons
and I have no idea what to do next.
I have…

Nate
- 403
- 5
- 18
3
votes
1 answer
Access element from v-on event handler in vue3
It is not infrequent that I need to access the element of a component, in vue. For instance here in element-plus, to make sure that the focus is removed:

arivero
- 777
- 1
- 9
- 30
0
votes
2 answers
Using V-bind to set CSS vars in Vue 3 Composition issue
I apologize ahead of time if the answer is obvious, I'll admit I have never truly understood the bones of CSS vars!
What I am trying to do: Use Vue 3 composition APIs v-bind to override a CSS value of the element plus (don't think the package is…

KayleeGrace
- 62
- 9
0
votes
1 answer
How can I use the element plus custom menu icon?
I am working on nuxt 3 with element plus UI. I want to use the custom menu icon on element plus menu item
I have tried to import tried to import svg icon from asset folder but it didn't work
Currently

Kishan Bhensadadiya
- 330
- 2
- 12