fix: fix lint

This commit is contained in:
xingyu4j
2025-04-27 20:52:12 +08:00
parent c4b8d694b8
commit ecdca981b0
4 changed files with 7 additions and 4 deletions

View File

@@ -1,9 +1,10 @@
<script lang="ts" setup>
import type { InfraCodegenApi } from '#/api/infra/codegen';
import { useVbenForm } from '#/adapter/form';
import { watch } from 'vue';
import { useVbenForm } from '#/adapter/form';
import { useBasicInfoFormSchema } from '../data';
const props = defineProps<{