-
Notifications
You must be signed in to change notification settings - Fork 116
Open
Description
I want to put an Icon before each entry in a context menu using v-contextmenu.
For items the solution is simple using the "@yeliulee/vue-mdi-svg/v3" and "@mdi/js" packages.
<v-contextmenu-item @click.prevent="openMdataDialog">
<MdiSvg class="menu-icon" :path="mdiTextBoxOutline"/>Show mdata
</v-contextmenu-item>
But v-contextmenu-submenu has no similar way to put an icon in front of the title.
Thanks for helping!
mario
Metadata
Metadata
Assignees
Labels
No labels