mirror of
https://gitee.com/hhyykk/ipms-sjy-ui.git
synced 2025-07-12 18:05:07 +08:00
fix: 修复vue/return-in-computed-property报错
This commit is contained in:
@ -31,6 +31,7 @@ export default defineComponent({
|
||||
else if (isArray(props.value)) {
|
||||
return props.value.map(String)
|
||||
}
|
||||
return []
|
||||
})
|
||||
const rederDictTag = () => {
|
||||
if (!props.type) {
|
||||
|
Reference in New Issue
Block a user