feat: 引入样式

This commit is contained in:
cnb.aUOqoEV4wEA 2025-11-12 18:06:10 +08:00
parent 87069f7ba3
commit e8c35178a4

View File

@ -16,6 +16,9 @@ import { initSetupVbenForm } from './adapter/form';
import App from './app.vue'; import App from './app.vue';
import { router } from './router'; import { router } from './router';
import 'tdesign-vue-next/es/style/index.css';
// 引入组件库的少量全局样式变量 // 引入组件库的少量全局样式变量
async function bootstrap(namespace: string) { async function bootstrap(namespace: string) {