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+
15import type { ComputedRef , Reactive } from "vue" ;
26
37import { v4 } from "uuid" ;
48import { computed , isReactive , reactive } from "vue" ;
59
10+ /* -------------------------------------------------------------------------- */
11+ /* Exports */
12+ /* -------------------------------------------------------------------------- */
13+
614export default (
715 tree : Reactive < Record < string , unknown > [ ] > | Record < string , unknown > [ ] ,
816 {
@@ -268,3 +276,5 @@ export default (
268276
269277 /* -------------------------------------------------------------------------- */
270278} ;
279+
280+ /* -------------------------------------------------------------------------- */
You can’t perform that action at this time.
0 commit comments