修复类型错误

This commit is contained in:
wangsongsole 2022-09-27 15:53:39 +08:00
parent 66b9f1508e
commit 66036ff9e5
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@ const payPop = {
props: { props: {
/* 弹窗状态 */ /* 弹窗状态 */
show: { show: {
type: Object, type: Boolean,
default: false default: false
}, },