michitaro / vue-menu

Menu/Contextmenu Component for vue2
https://michitaro.github.io/vue-menu/
MIT License
263 stars 26 forks source link

does keybind support multiple bind? like 'ctrl+z' + 'meta+z' #15

Closed licstar closed 5 years ago

michitaro commented 5 years ago

Unfortunately no, and will not be implemented the feature.

licstar commented 5 years ago

Is it safe to use keybind="". I want to use menu-item in v-for, and some items does not contain shortcut keys

michitaro commented 5 years ago

No. It will throw an error.

licstar commented 5 years ago

thank you very much