tabs操作优化

This commit is contained in:
Gary Fu
2024-01-01 20:55:46 +08:00
parent 31f8435d39
commit 034881e72e
7 changed files with 146 additions and 23 deletions

View File

@@ -77,7 +77,7 @@ const rules = computed(() => {
return ruleResult
})
const form = ref(null)
const form = ref()
</script>