vue-dock-menu icon indicating copy to clipboard operation
vue-dock-menu copied to clipboard

⚓Dockable Menu bar for Vue

Results 13 vue-dock-menu issues
Sort by recently updated
recently updated
newest added

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...

![image](https://user-images.githubusercontent.com/91729123/149094639-2bedcee8-5a27-4a56-a8eb-7f33364bae13.png)

**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** ![image](https://user-images.githubusercontent.com/2667344/145665031-27bef681-2274-4704-b866-75ef7ad05082.png)

![image](https://user-images.githubusercontent.com/21106029/115647543-8b07ef00-a356-11eb-8491-17c33390397f.png) ![3](https://user-images.githubusercontent.com/21106029/115647882-2bf6aa00-a357-11eb-9464-2c8b6cdabed4.gif)

enhancement

**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...

bug

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? ↗️...

depfu

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"...