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 4526628 commit a734499Copy full SHA for a734499
questions/208-tree-component/README.md
@@ -9,7 +9,7 @@ interface TreeData {
9
title: string
10
children: TreeData[]
11
}
12
-defineProps<{data: TreeData}>()
+defineProps<{data: TreeData[]}>()
13
</script>
14
15
<template>
questions/208-tree-component/README.zh-CN.md
@@ -10,7 +10,7 @@ interface TreeData {
16
questions/208-tree-component/TreeComponent.vue
@@ -4,7 +4,7 @@ interface TreeData {
4
5
6
7
8
0 commit comments