init: antdv-next

This commit is contained in:
dap
2026-01-08 20:56:07 +08:00
parent 1383f63361
commit a208034539
251 changed files with 417 additions and 401 deletions

View File

@@ -1,9 +1,9 @@
import type { ModalFuncProps } from 'ant-design-vue';
import type { Rule } from 'ant-design-vue/es/form';
import type { ModalFuncProps } from 'antdv-next';
import type { Rule } from 'antdv-next/es/form';
import { reactive } from 'vue';
import { Alert, Form, Input, Modal } from 'ant-design-vue';
import { Alert, Form, Input, Modal } from 'antdv-next';
import { isFunction } from 'lodash-es';
export interface ConfirmModalProps extends Omit<ModalFuncProps, 'visible'> {