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

pull/493/head
黄兆琦 2024-07-26 11:12:43 +08:00
parent 251a98df5c
commit c015b2e881
1 changed files with 1 additions and 0 deletions

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) {