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