mirror of
https://gitee.com/dapppp/ruoyi-plus-vben5.git
synced 2026-03-22 23:54:31 +08:00
init: antdv-next
This commit is contained in:
@@ -3,7 +3,7 @@ import type { VbenFormProps } from '#/adapter/form';
|
||||
import { $t } from '@vben/locales';
|
||||
import { cloneDeep, formatDate } from '@vben/utils';
|
||||
|
||||
import { message } from 'ant-design-vue';
|
||||
import { message } from 'antdv-next';
|
||||
import { isFunction } from 'lodash-es';
|
||||
|
||||
import { dataURLtoBlob, urlToBase64 } from './base64Conver';
|
||||
|
||||
@@ -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'> {
|
||||
|
||||
@@ -5,7 +5,7 @@ import { ref } from 'vue';
|
||||
|
||||
import { $t } from '@vben/locales';
|
||||
|
||||
import { Modal } from 'ant-design-vue';
|
||||
import { Modal } from 'antdv-next';
|
||||
import { isFunction } from 'lodash-es';
|
||||
|
||||
interface BeforeCloseDiffProps {
|
||||
|
||||
@@ -28,7 +28,7 @@ import {
|
||||
WindowsIcon,
|
||||
} from '@vben/icons';
|
||||
|
||||
import { Tag } from 'ant-design-vue';
|
||||
import { Tag } from 'antdv-next';
|
||||
|
||||
import { DictTag } from '#/components/dict';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user