解决ref未引入相关报错

This commit is contained in:
zhujiyan
2024-05-06 14:59:37 +08:00
parent 488a6a126c
commit 5b2ad83e57
6 changed files with 4442 additions and 0 deletions

View File

@@ -17,6 +17,7 @@
<script setup name="previewCustomForm">
import { ElMessage } from 'element-plus'
import { loadComponent } from '../../customForm'
import { ref } from 'vue'
const visible = ref(false)
const confirmLoading = ref(false)
const customFormRef = ref()