fix: fix lint

This commit is contained in:
xingyu4j
2025-04-27 20:52:12 +08:00
parent c4b8d694b8
commit ecdca981b0
4 changed files with 7 additions and 4 deletions

View File

@@ -7,7 +7,6 @@ import { preferences } from '@vben/preferences';
import { initStores } from '@vben/stores';
import '@vben/styles';
import '@vben/styles/antd';
import 'vxe-table/styles/cssvar.scss'; // TODO @puhui999这个必须导入哇我看 use-vxe-grid.vue 已经导入了
import { useTitle } from '@vueuse/core';
@@ -18,6 +17,8 @@ import { initComponentAdapter } from './adapter/component';
import App from './app.vue';
import { router } from './router';
import 'vxe-table/styles/cssvar.scss'; // TODO @puhui999这个必须导入哇我看 use-vxe-grid.vue 已经导入了
async function bootstrap(namespace: string) {
// 初始化组件适配器
await initComponentAdapter();