修复组件报错问题
This commit is contained in:
parent
e0e5f703a1
commit
71535693bb
|
|
@ -227,7 +227,9 @@
|
|||
// }
|
||||
|
||||
onMounted(()=>{
|
||||
// #ifndef H5
|
||||
refForm.value.setRules(rules)
|
||||
// #endif
|
||||
})
|
||||
</script>
|
||||
|
||||
|
|
|
|||
|
|
@ -256,7 +256,9 @@
|
|||
// }
|
||||
|
||||
onMounted(()=>{
|
||||
// #ifndef H5
|
||||
refForm.value.setRules(rules)
|
||||
// #endif
|
||||
})
|
||||
</script>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue