fix: fix lint

This commit is contained in:
Li Kui 2025-11-06 23:10:03 +08:00
parent 99d663a6f2
commit b7bfd69788
2 changed files with 9 additions and 5 deletions

View File

@ -1,8 +1,12 @@
import type { VbenFormProps, VbenFormSchema as FormSchema } from "@vben/common-ui"; import type {
import { setupVbenForm, useVbenForm as useForm, z } from "@vben/common-ui"; VbenFormSchema as FormSchema,
VbenFormProps,
} from '@vben/common-ui';
import type { ComponentType } from "./component"; import type { ComponentType } from './component';
import { $t } from "@vben/locales";
import { setupVbenForm, useVbenForm as useForm, z } from '@vben/common-ui';
import { $t } from '@vben/locales';
async function initSetupVbenForm() { async function initSetupVbenForm() {
setupVbenForm<ComponentType>({ setupVbenForm<ComponentType>({

View File

@ -1,4 +1,4 @@
import { defineConfig } from "@vben/vite-config"; import { defineConfig } from '@vben/vite-config';
export default defineConfig(async () => { export default defineConfig(async () => {
return { return {