Exports for Tree
parent
8045081d91
commit
ee484079f7
|
@ -0,0 +1 @@
|
|||
export * from './components/tree/Tree';
|
|
@ -0,0 +1,3 @@
|
|||
'use strict';
|
||||
module.exports = require('./components/tree/Tree.vue');
|
||||
|
Loading…
Reference in New Issue