We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8c532de commit 195d87aCopy full SHA for 195d87a
index.ts
@@ -51,8 +51,6 @@ export default (
51
},
52
};
53
54
- /* -------------------------------------------------------------------------- */
55
-
56
const getLeaves = (
57
siblings: { configurable?: boolean; value: Record<string, unknown>[] },
58
parent = {},
@@ -75,12 +73,8 @@ export default (
75
73
];
76
74
});
77
78
79
80
const value = isReactive(tree) ? tree : reactive(tree);
81
82
83
84
const leaves = computed(() => getLeaves({ value }));
85
86
const add = (pId: string) => {
0 commit comments