update readme

This commit is contained in:
ayou
2017-07-23 11:02:59 +08:00
parent 8fc6cdbd2c
commit 401e2a49a9

View File

@@ -16,7 +16,7 @@ A vue component for tree structure. Support adding treenode/leafnode, editing no
{{newTree}}
</pre>
...
import { VueTreeList, Tree, TreeNode } from 'vue-tree'
import { VueTreeList, Tree, TreeNode } from 'vue-tree-list'
export default {
components: {
VueTreeList