mirror of
https://gitee.com/dapppp/ruoyi-plus-vben5.git
synced 2026-04-14 01:43:14 +08:00
init: antdv-next
This commit is contained in:
@@ -3,7 +3,7 @@ import { ref } from 'vue';
|
||||
|
||||
import { MarkdownPreviewer, Page } from '@vben/common-ui';
|
||||
|
||||
import { Spin } from 'ant-design-vue';
|
||||
import { Spin } from 'antdv-next';
|
||||
|
||||
import changelog from '../../../../../../CHANGELOG.md?raw';
|
||||
|
||||
|
||||
@@ -12,7 +12,7 @@ import {
|
||||
RadioGroup,
|
||||
Select,
|
||||
Space,
|
||||
} from 'ant-design-vue';
|
||||
} from 'antdv-next';
|
||||
import { repeat } from 'lodash-es';
|
||||
|
||||
import { DictTag } from '#/components/dict';
|
||||
|
||||
@@ -3,7 +3,7 @@ import { ref } from 'vue';
|
||||
|
||||
import { JsonPreview, Page } from '@vben/common-ui';
|
||||
|
||||
import { Alert, Card } from 'ant-design-vue';
|
||||
import { Alert, Card } from 'antdv-next';
|
||||
import dayjs from 'dayjs';
|
||||
|
||||
import { requestClient } from '#/api/request';
|
||||
|
||||
@@ -3,7 +3,7 @@ import type { VxeGridProps } from '#/adapter/vxe-table';
|
||||
|
||||
import { Page, useVbenModal } from '@vben/common-ui';
|
||||
|
||||
import { Space } from 'ant-design-vue';
|
||||
import { Space } from 'antdv-next';
|
||||
|
||||
import { useVbenVxeGrid } from '#/adapter/vxe-table';
|
||||
|
||||
|
||||
@@ -3,7 +3,7 @@ import { ref } from 'vue';
|
||||
|
||||
import { Page } from '@vben/common-ui';
|
||||
|
||||
import { Switch } from 'ant-design-vue';
|
||||
import { Switch } from 'antdv-next';
|
||||
|
||||
import { Tinymce } from '#/components/tinymce';
|
||||
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
<script setup lang="ts">
|
||||
import type { UploadFile } from 'ant-design-vue/es/upload/interface';
|
||||
import type { UploadFile } from 'antdv-next/es/upload/interface';
|
||||
|
||||
import type { CustomGetter } from '#/components/upload/src/props';
|
||||
|
||||
@@ -8,7 +8,7 @@ import { h, ref } from 'vue';
|
||||
import { CodeMirror, Page, useVbenModal } from '@vben/common-ui';
|
||||
|
||||
import { useClipboard } from '@vueuse/core';
|
||||
import { Alert, Card, Modal, RadioGroup, Switch } from 'ant-design-vue';
|
||||
import { Alert, Card, Modal, RadioGroup, Switch } from 'antdv-next';
|
||||
|
||||
import { FileUpload, ImageUpload } from '#/components/upload';
|
||||
|
||||
|
||||
@@ -3,7 +3,7 @@ import { h } from 'vue';
|
||||
|
||||
import { JsonPreview, useVbenModal } from '@vben/common-ui';
|
||||
|
||||
import { Modal, Space } from 'ant-design-vue';
|
||||
import { Modal, Space } from 'antdv-next';
|
||||
|
||||
import { useVbenForm } from '#/adapter/form';
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
<script lang="ts" setup>
|
||||
import { ref } from 'vue';
|
||||
|
||||
import { Tabs } from 'ant-design-vue';
|
||||
import { Tabs } from 'antdv-next';
|
||||
|
||||
import Browser from './pages/browser.vue';
|
||||
import Device from './pages/device.vue';
|
||||
|
||||
@@ -13,7 +13,7 @@ import {
|
||||
Modal,
|
||||
Select,
|
||||
Space,
|
||||
} from 'ant-design-vue';
|
||||
} from 'antdv-next';
|
||||
|
||||
import { useVbenVxeGrid } from '#/adapter/vxe-table';
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
<script setup lang="ts">
|
||||
import { Page } from '@vben/common-ui';
|
||||
|
||||
import { Card } from 'ant-design-vue';
|
||||
import { Card } from 'antdv-next';
|
||||
|
||||
import EditTable from './edit-table.vue';
|
||||
</script>
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
<script setup lang="ts">
|
||||
import { Page } from '@vben/common-ui';
|
||||
|
||||
import { Alert, Image } from 'ant-design-vue';
|
||||
import { Alert, Image } from 'antdv-next';
|
||||
|
||||
import wechatGroupImg from './img-base64.txt?raw';
|
||||
</script>
|
||||
|
||||
Reference in New Issue
Block a user