fix: fix lint
This commit is contained in:
parent
99d663a6f2
commit
b7bfd69788
@ -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>({
|
||||||
|
|||||||
@ -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 {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user