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

@@ -4,7 +4,7 @@ import { computed } from 'vue';
import { useAntdDesignTokens } from '@vben/hooks';
import { preferences, usePreferences } from '@vben/preferences';
import { App, ConfigProvider, theme } from 'ant-design-vue';
import { App, ConfigProvider, theme } from 'antdv-next';
import { antdLocale } from '#/locales';
@@ -35,7 +35,7 @@ useUploadTip();
</script>
<template>
<ConfigProvider :locale="antdLocale" :theme="tokenTheme">
<ConfigProvider :locale="antdLocale" :theme="tokenTheme" variant="outlined">
<App>
<RouterView />
</App>