File tree Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Original file line number Diff line number Diff line change
1
+ /* -------------------------------------------------------------------------- */
2
+ /* Imports */
3
+ /* -------------------------------------------------------------------------- */
4
+
1
5
import type { ComputedRef , Reactive } from "vue" ;
2
6
3
7
import { v4 } from "uuid" ;
4
8
import { computed , isReactive , reactive } from "vue" ;
5
9
10
+ /* -------------------------------------------------------------------------- */
11
+ /* Exports */
12
+ /* -------------------------------------------------------------------------- */
13
+
6
14
export default (
7
15
tree : Reactive < Record < string , unknown > [ ] > | Record < string , unknown > [ ] ,
8
16
{
@@ -268,3 +276,5 @@ export default (
268
276
269
277
/* -------------------------------------------------------------------------- */
270
278
} ;
279
+
280
+ /* -------------------------------------------------------------------------- */
You can’t perform that action at this time.
0 commit comments