Skip to content

Commit

Permalink
fix: 修改
Browse files Browse the repository at this point in the history
  • Loading branch information
ecaps1038 committed Sep 6, 2024
1 parent 08d6f33 commit 12f4c5b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/yike-design-build/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"resolveJsonModule": true,
"target": "ES2015",
"allowJs": true,
"strict": true,
"strict": false,
"skipLibCheck": true,
"lib": ["DOM", "ES2020"],
},
Expand Down
2 changes: 1 addition & 1 deletion packages/yike-design-ui/components/tree/src/tree.vue
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ watch(
)
// 处理节点的展开收缩逻辑
const expandedKeys = defineModel('expandedKeys', {
const expandedKeys = defineModel<Key[]>('expandedKeys', {
local: true,
default: [],
})
Expand Down

0 comments on commit 12f4c5b

Please sign in to comment.