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,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' });

View File

@@ -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;