File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -81,7 +81,7 @@ The composable returns an object with the following properties:
81
81
82
82
``` bash
83
83
84
- npm i @vues3 /flat-json-tree
84
+ npm i @vuebro /flat-json-tree
85
85
86
86
```
87
87
@@ -100,7 +100,7 @@ Assume we have a tree structure with elements like:
100
100
### Example using ` useFlatJsonTree ` composable
101
101
102
102
``` js
103
- import useFlatJsonTree from " @vues3 /flat-json-tree" ;
103
+ import useFlatJsonTree from " @vuebro /flat-json-tree" ;
104
104
105
105
const tree = [
106
106
{
@@ -325,7 +325,7 @@ As a result, the objects named "1.2.5" and "1.2.6" have swapped positions:
325
325
326
326
> [ !NOTE]
327
327
>
328
- > <img src =" https://vues3 .ru/images/drakkar.svg " width =" 250 " />
328
+ > <img src =" https://vuebro .ru/images/drakkar.svg " width =" 250 " />
329
329
>
330
330
> Made on the shores of the Baltic Sea
331
331
You can’t perform that action at this time.
0 commit comments