mirror of
https://gitee.com/dapppp/ruoyi-plus-vben5.git
synced 2026-03-27 14:13:23 +08:00
init: antdv-next
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
<script setup lang="ts">
|
||||
import type { Key } from 'ant-design-vue/es/vc-tree/interface';
|
||||
import type { Key } from 'antdv-next/es/vc-tree/interface';
|
||||
|
||||
import type { Component } from 'vue';
|
||||
|
||||
@@ -20,7 +20,7 @@ import {
|
||||
} from '@vben/icons';
|
||||
|
||||
import { useClipboard } from '@vueuse/core';
|
||||
import { Alert, Skeleton, Tree } from 'ant-design-vue';
|
||||
import { Alert, Skeleton, Tree } from 'antdv-next';
|
||||
|
||||
import { previewCode } from '#/api/tool/gen';
|
||||
|
||||
|
||||
@@ -8,7 +8,7 @@ import { Page } from '@vben/common-ui';
|
||||
import { useTabs } from '@vben/hooks';
|
||||
import { cloneDeep, safeParseNumber } from '@vben/utils';
|
||||
|
||||
import { Card, Skeleton, TabPane, Tabs } from 'ant-design-vue';
|
||||
import { Card, Skeleton, TabPane, Tabs } from 'antdv-next';
|
||||
|
||||
import { editSave, genInfo } from '#/api/tool/gen';
|
||||
|
||||
|
||||
@@ -9,7 +9,7 @@ import { useVbenForm } from '@vben/common-ui';
|
||||
import { $t } from '@vben/locales';
|
||||
import { addFullName, listToTree } from '@vben/utils';
|
||||
|
||||
import { Col, Row } from 'ant-design-vue';
|
||||
import { Col, Row } from 'antdv-next';
|
||||
|
||||
import { menuList } from '#/api/system/menu';
|
||||
|
||||
|
||||
@@ -2,7 +2,7 @@ import type { Recordable } from '@vben/types';
|
||||
|
||||
import type { VxeGridProps } from '#/adapter/vxe-table';
|
||||
|
||||
import { Checkbox, Input, Select } from 'ant-design-vue';
|
||||
import { Checkbox, Input, Select } from 'antdv-next';
|
||||
|
||||
const JavaTypes: string[] = [
|
||||
'Long',
|
||||
|
||||
@@ -10,7 +10,7 @@ import { useRouter } from 'vue-router';
|
||||
import { Page, useVbenModal } from '@vben/common-ui';
|
||||
import { getVxePopupContainer } from '@vben/utils';
|
||||
|
||||
import { message, Modal, Popconfirm, Space } from 'ant-design-vue';
|
||||
import { message, Modal, Popconfirm, Space } from 'antdv-next';
|
||||
import dayjs from 'dayjs';
|
||||
|
||||
import { useVbenVxeGrid, vxeCheckboxChecked } from '#/adapter/vxe-table';
|
||||
|
||||
Reference in New Issue
Block a user