bootstrap-vue-treeview
bootstrap-vue-treeview copied to clipboard
A treeview component for Bootstrap and Vue.js 2.0+
Hello. Implemented the ability to add the first item to the tree. Can you please merge this?
I'm trying to down the opacity of each node, is it possible? There is any slot to do it?
Treenode.Vue line 246: ``` if (this.data[this.childrenProp] === undefined) { Vue.set(this.data, this.childrenProp, []) } ``` returns **ReferenceError: Vue is not defined**
Hello, Where can I find the 1.0.8 version from npm? I have following error during the import: Cannot find module 'bootstrap-vue-treeview' My files inside node_modules: ``` $ ls node_modules/bootstrap-vue-treeview/dist/ bootstrap-vue-treeview.common.js...
my markup `` after mounted prependIconClass is "" and showIcons is false
Thank you for your great work. I've got 1 issue: Error in nextTick: "TypeError: Cannot read property 'slice' of undefined" ``` app.js:2850 TypeError: Cannot read property 'slice' of undefined at...
Can you provide typescript bindings, or i can and submit to you ? Thanks for you greak work
Hi, if this treeview support the checkbox to select multiple items?