修复缺失参数警告
parent
9e51a55d45
commit
ae467cd515
|
@ -41,7 +41,7 @@ import { useRoute, useRouter } from '@common/utils/vueRouter'
|
|||
|
||||
const props = withDefaults(defineProps<{
|
||||
listInfo: ListInfo
|
||||
visibleSource: boolean
|
||||
visibleSource?: boolean
|
||||
}>(), {
|
||||
visibleSource: false,
|
||||
})
|
||||
|
|
Loading…
Reference in New Issue