mirror of
https://gitee.com/dapppp/ruoyi-plus-vben5.git
synced 2026-03-18 01:12:00 +08:00
refactor: type/注释优化 去除大量any
This commit is contained in:
@@ -1,6 +1,8 @@
|
||||
import type { FormSchemaGetter } from '#/adapter/form';
|
||||
|
||||
import { getPopupContainer } from '@vben/utils';
|
||||
|
||||
import { type FormSchemaGetter, z } from '#/adapter/form';
|
||||
import { z } from '#/adapter/form';
|
||||
|
||||
export const formSchema: FormSchemaGetter = () => [
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user