Skip to content

Commit a71e699

Browse files
author
Jerry Bruwes
committed
modified: index.ts
1 parent daa2105 commit a71e699

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import { computed, isReactive, nextTick, reactive } from "vue";
55

66
const configurable = true;
77
export default (
8-
tree: Record<string, unknown>[],
8+
tree: Reactive<Record<string, unknown>[]> | Record<string, unknown>[],
99
{
1010
branch: keyBranch = "branch",
1111
children: keyChildren = "children",

0 commit comments

Comments
 (0)