vue-dock-menu
vue-dock-menu copied to clipboard
⚓Dockable Menu bar for Vue
Hi there Is it possible to have your wonderful library working via CDN that I can use via the script tag? I am currently using Vue2 but I guess if...

**Describe the bug** This package lacks a d.ts file for typescript. Please add at least a basic file so it works in that environment. **Screenshots** 
 
**Describe the bug** The "on-selected" props never get out the active on root menu but just the div below. **To Reproduce** Steps to reproduce the behavior: I bind the methods...
This is your weekly update of **all** Yarn dependencies. Please take a good look at what changed and the test results before merging this pull request. ### What changed? ↗️...
Users can add a `mid` to each menu item to identify which menu item is clicked/touched. For example, in the `HelloWorld.vue` ```javascript menu: [ { mid: "new_file", name: "New File",...
I couldn't find a possibility to disable all option of the menu at once. It is necessary sometimes... I can disable all menus one by one, but I need to...
Is it possible to use the vue-i18n component with vue-dock component? Thank you in advance!
Hello! It will be a good idea if you will add "id" param for selected menu item. For example: ``` { name: "File", menu: [ { name: "Close", id: "menu_close"...