mimecorg / vuido

Native desktop applications using Vue.js.
https://vuido.mimec.org/
MIT License
6.11k stars 231 forks source link

Can you build a menu in Vuido? #60

Open haarse opened 4 years ago

haarse commented 4 years ago

Hi,

I'm wondering if it is possible to build some kind of menu system in Vuido?

Let's say that you would like a drawer and drop-down menus in the header.

Regards Håkan

niutech commented 4 years ago

The underlying libui-node supports UiMenu, so you could manually add it to the <Window> component using: const menu = new this.$libui.UiMenu('File'); in created() method.