changed showTags type to boolean

This commit is contained in:
Jie Li 2024-11-15 12:08:37 +00:00
parent 18ae7292b2
commit 4ade0d900a

View File

@ -29,7 +29,7 @@ export default defineComponent({
required: true
},
showTags: {
type: String,
type: Boolean,
required: true
},
minInputLength: {