fix: 解决代码生成器页面加载失败的问题。

This commit is contained in:
XiaLangQing 2024-10-11 09:07:48 +08:00
parent 6f4b714c77
commit f7a7ceab91

View File

@ -1,7 +1,7 @@
<script setup lang="ts">
import type { Recordable } from '@vben/types';
import { ref } from 'vue';
import { onMounted, ref } from 'vue';
import { useRouter } from 'vue-router';
import { Page, useVbenModal, type VbenFormProps } from '@vben/common-ui';