vue-blu icon indicating copy to clipboard operation
vue-blu copied to clipboard

UI Component Library Base on Vue.js(2.x) and Bulma

Results 67 vue-blu issues
Sort by recently updated
recently updated
newest added

没有找到下拉框多选组件, blu 有没有提供呢?

i dont want to jump to another page but call a function instead .. while this is working fine, the dropdown does not close itself after clicking one of the...

pageSize 变化没有回调函数啊,未实现吗?

Some of the DatePicker fields do not appear styled on mobile while others do: ![screengrab-1485136904962](https://cloud.githubusercontent.com/assets/287330/22189593/93e9c41e-e171-11e6-8237-27e427f1fd28.png) ![screengrab-1485136926260](https://cloud.githubusercontent.com/assets/287330/22189592/93e6a05e-e171-11e6-83d4-77b715ff6e55.png) Also, the unstyled fields show the system default calendar while the styled ones show...

Hello, I am trying to control tabs. `active-index` helps me to set active tab on start. I can also change tabs on go, but not very well. if active-index =...

Used the instruction as given `import Vue from 'vue' import App from './App.vue' import VueBlu from 'vue-blu' import 'vue-blu/dist/css/vue-blu.min.css' Vue.use(VueBlu) new Vue({ el: '#app', render: h => h(App) }) `...

I noticed that if I load an Aside and scroll down (if it's longer than the hieght of the viewport) then close and reopen, it opens back at the scroll...

Would be nice to have an option to close previous opened notifiers so I could have just one notification at the time

![qq 20170330111634](https://cloud.githubusercontent.com/assets/24459192/24486011/5ae9b5fa-153a-11e7-8828-bc5c86786e77.png) ![qq 20170330111640](https://cloud.githubusercontent.com/assets/24459192/24486140/22760970-153b-11e7-8dbc-fa6b52d3a35a.png) 问题如图,DatePicker 和 InputNumber 的都是有值的,DatePicker 是v-model赋值,InputNumber 用val赋值,然而都显示不出来,提交时又获取得到数据,这该怎么解决