master
parent
93cafe115e
commit
a12872daf6
1 changed files with 8 additions and 0 deletions
@ -0,0 +1,8 @@ |
|||||||
|
import Tree from './src/tree.vue'; |
||||||
|
|
||||||
|
/* istanbul ignore next */ |
||||||
|
Tree.install = function(Vue) { |
||||||
|
Vue.component(Tree.name, Tree); |
||||||
|
}; |
||||||
|
|
||||||
|
export default Tree; |
Loading…
Reference in new issue