imengyu / vue3-context-menu

A very simple context menu component for Vue3 一个简洁美观简单的Vue3右键菜单组件

Home Page:https://docs.imengyu.top/vue3-context-menu-docs/en/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Vue3-context-menu + modal

jplajpla23 opened this issue · comments

When used this plugin in vue + the modals of bootsrap not work:

steps to reproduce.

one context menu with one option to open the modal. the function to open the modal is: $("#btnUploadFile").click();
this button is a hidden button that launch the boostrap modal.

the first time work. but after close the modal the context menu not open in next clicks. the method onContextMenu is fired but not show the menu.