vue-onsenui-kitchensink icon indicating copy to clipboard operation
vue-onsenui-kitchensink copied to clipboard

Onsen UI for Vue Kitchensink app.

Results 6 vue-onsenui-kitchensink issues
Sort by recently updated
recently updated
newest added

As subject. Just started looking into this UI framework. It seems to tick all the boxes.

Hello. When I try to import the component Animations.vue both in Home.vue and Menu.vue something strange happens: if I, for example, try to Import the component Dialogs.vue in Animations.vue and...

The repo is based on an outdated version of vue-cli. Migrating to [vue-cli-3 ](https://cli.vuejs.org/) would allow to use Webpack 4 which greatly reduces the first load time and the compilation...

@frandiox , Can you show me how to add the Login page before the Home page in this sample code? Thank you very much.

Having trouble run dev with no-vuex branch working? Would love to get an update on this branch. Or would you suggest that we not use this method or approach? Thanks!

v-for will not redraw the view at v-ons-card/v-ons-list tag when I push the data to list. but it can work like this. ` {{ template.label }} ` Is there a...