chore: 替换 lodash-es为 es-toolkit 并调整样式引入方式 (#6912)

This commit is contained in:
Jin Mao
2025-11-13 08:20:30 +08:00
committed by GitHub
parent f918dc24c6
commit cfad88666b
3 changed files with 6 additions and 7 deletions

View File

@@ -5,8 +5,9 @@ import { registerLoadingDirective } from '@vben/common-ui/es/loading';
import { preferences } from '@vben/preferences';
import { initStores } from '@vben/stores';
import '@vben/styles';
import '@vben/styles/antd';
// import '@vben/styles/antd';
// 引入组件库的少量全局样式变量
import 'tdesign-vue-next/es/style/index.css';
import { useTitle } from '@vueuse/core';
import { $t, setupI18n } from '#/locales';
@@ -16,8 +17,6 @@ import { initSetupVbenForm } from './adapter/form';
import App from './app.vue';
import { router } from './router';
// 引入组件库的少量全局样式变量
async function bootstrap(namespace: string) {
// 初始化组件适配器
await initComponentAdapter();