mirror of
https://gitee.com/dapppp/ruoyi-plus-vben5.git
synced 2026-04-09 12:53:15 +08:00
init: antdv-next
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user