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 daa2105 commit a71e699Copy full SHA for a71e699
index.ts
@@ -5,7 +5,7 @@ import { computed, isReactive, nextTick, reactive } from "vue";
5
6
const configurable = true;
7
export default (
8
- tree: Record<string, unknown>[],
+ tree: Reactive<Record<string, unknown>[]> | Record<string, unknown>[],
9
{
10
branch: keyBranch = "branch",
11
children: keyChildren = "children",
0 commit comments