bugfix: props类型
This commit is contained in:
@@ -85,11 +85,11 @@ import ImageClip from "./image-clip.vue"
|
|||||||
const props = defineProps({
|
const props = defineProps({
|
||||||
type: {
|
type: {
|
||||||
type: String,
|
type: String,
|
||||||
default: () => false
|
default: ""
|
||||||
},
|
},
|
||||||
isProduct: {
|
isProduct: {
|
||||||
type: Boolean,
|
type: Boolean,
|
||||||
default: () => false
|
default: false
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user