Questions tagged [element-plus]

117 questions
5
votes
2 answers

How to apply proper styles of element-plus message box?

This is how element-plus message box looks on a minimal page I built: I was expecting it to look like on the element-plus documentation. I am using Vue with vite and ElementPlus. I copied the setup from vite and element plus documentation. I played…
jakubiszon
  • 3,229
  • 1
  • 27
  • 41
4
votes
3 answers

Element Plus UI: No open to new tab for menu item

I have created a horizontal menu for Element Plus UI on Vue. When I right click on a menu item, I do not have the option to open it in a new tab. But when on the element plus documentation. When I right click on a menu item I have that option: How…
Nate
  • 403
  • 5
  • 18
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
4
votes
0 answers

Migrate to Element-plus from element-ui

I am on project in Vue2 and use element-ui, but we want upgrade our project to Vue3. For this we need to pass on Element-plus (element-ui doesn't compatible with Vue3). We successfully pass on Vue3 but when we want use element comp we have always…
Aguerros
  • 41
  • 1
3
votes
1 answer

Vue test utils doesn't render the content in template tag from element plus

I'm trying to do some testings for my components which mostly contain element-plus elements. However, when running tests, I'm not able to access to elements in the