mirror of
https://gitee.com/dromara/go-view.git
synced 2026-04-23 00:00:12 +08:00
fix:路由处理,CSS处理,样式处理,全局变量处理
This commit is contained in:
+2
-2
@@ -5,7 +5,7 @@ import { setupStore } from '@/store';
|
||||
import { setupNaive, setupDirectives } from '@/plugins';
|
||||
import { AppProvider } from '@/components/Application';
|
||||
|
||||
async function bootstrap() {
|
||||
async function appInit() {
|
||||
const appProvider = createApp(AppProvider);
|
||||
|
||||
const app = createApp(App);
|
||||
@@ -31,4 +31,4 @@ async function bootstrap() {
|
||||
app.mount('#app', true);
|
||||
}
|
||||
|
||||
void bootstrap();
|
||||
void appInit();
|
||||
|
||||
Reference in New Issue
Block a user