Skip to content

How to add icon before menu entries #114

@crystalfp

Description

@crystalfp

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions