mirror of
https://gitee.com/dapppp/ruoyi-plus-vben5.git
synced 2026-03-22 04:48:59 +08:00
init: antdv-next
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
<script setup lang="tsx">
|
||||
import { computed } from 'vue';
|
||||
|
||||
import { Tag } from 'ant-design-vue';
|
||||
import { Tag } from 'antdv-next';
|
||||
|
||||
defineOptions({ name: 'OptionsTag' });
|
||||
|
||||
|
||||
@@ -3,7 +3,7 @@ import { computed, ref } from 'vue';
|
||||
|
||||
import { $t } from '@vben/locales';
|
||||
|
||||
import { Modal, Switch } from 'ant-design-vue';
|
||||
import { Modal, Switch } from 'antdv-next';
|
||||
import { isFunction } from 'lodash-es';
|
||||
|
||||
type CheckedType = boolean | number | string;
|
||||
|
||||
Reference in New Issue
Block a user