We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c5cb2d9 commit 41f8a4dCopy full SHA for 41f8a4d
README.md
@@ -13,7 +13,7 @@ A highly customizable vuejs tree viewer
13
14
#### Example
15
16
-[codesandbox](https://codesandbox.io/s/vue-template-lmbyx)
+[codesandbox](https://codesandbox.io/s/vuejs-tree-sandbox-v3x-lmbyx)
17
18
## Getting Started
19
@@ -382,4 +382,4 @@ Methods Params:
382
If you want to call any tree method, you need to get the instance.
383
384
To get the tree instance you just need to be in the vue instance and use `this.$refs['my-tree-ref']`
385
-Then you can use a method like that: `this.$refs['my-tree-ref'].myMethod()`
+Then you can use a method like that: `this.$refs['my-tree-ref'].myMethod()`
0 commit comments