fix: 修复vue/return-in-computed-property报错

This commit is contained in:
黄兆琦 2024-07-26 11:12:43 +08:00
parent 251a98df5c
commit c015b2e881

View File

@ -31,6 +31,7 @@ export default defineComponent({
else if (isArray(props.value)) {
return props.value.map(String)
}
return []
})
const rederDictTag = () => {
if (!props.type) {