解决ref未引入相关报错
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user