修复缺失参数警告

pull/1066/head
lyswhut 2022-11-27 18:07:32 +08:00
parent 9e51a55d45
commit ae467cd515
1 changed files with 1 additions and 1 deletions

View File

@ -41,7 +41,7 @@ import { useRoute, useRouter } from '@common/utils/vueRouter'
const props = withDefaults(defineProps<{
listInfo: ListInfo
visibleSource: boolean
visibleSource?: boolean
}>(), {
visibleSource: false,
})