docs: use antdv-next

This commit is contained in:
xingyu4j
2026-05-18 17:30:59 +08:00
parent 0c1b737325
commit 2f16ee7cf5
36 changed files with 48 additions and 50 deletions

View File

@@ -20,7 +20,7 @@ The current wrapper flow is:
<script lang="ts" setup>
import { ApiComponent } from '@vben/common-ui';
import { Cascader } from 'ant-design-vue';
import { Cascader } from 'antdv-next';
function fetchApi() {
return Promise.resolve([

View File

@@ -103,7 +103,7 @@ import {
TimePicker,
TreeSelect,
Upload,
} from 'ant-design-vue';
} from 'antdv-next';
const withDefaultPlaceholder = <T extends Component>(
component: T,