Skip to content

Commit 41f8a4d

Browse files
authoredJul 31, 2021
update sandbox link
1 parent c5cb2d9 commit 41f8a4d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ A highly customizable vuejs tree viewer
1313

1414
#### Example
1515

16-
[codesandbox](https://codesandbox.io/s/vue-template-lmbyx)
16+
[codesandbox](https://codesandbox.io/s/vuejs-tree-sandbox-v3x-lmbyx)
1717

1818
## Getting Started
1919

@@ -382,4 +382,4 @@ Methods Params:
382382
If you want to call any tree method, you need to get the instance.
383383

384384
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()`
385+
Then you can use a method like that: `this.$refs['my-tree-ref'].myMethod()`

0 commit comments

Comments
 (0)
Please sign in to comment.