fix: 修复typescript一些编译报错
This commit is contained in:
@@ -53,7 +53,7 @@ const props = defineProps({
|
||||
}
|
||||
})
|
||||
|
||||
const onlyOneChild = ref({});
|
||||
const onlyOneChild = ref();
|
||||
|
||||
function hasOneShowingChild(children = [] as any, parent: RouteRecordRaw) {
|
||||
if (!children) {
|
||||
|
||||
Reference in New Issue
Block a user