feat:白屏问题

This commit is contained in:
LHY\18810
2025-03-18 19:51:41 +08:00
parent 5371f41a2f
commit 33aadb2121
7 changed files with 70 additions and 24 deletions

View File

@@ -1,4 +1,6 @@
import 'amfe-flexible';
import 'core-js/stable';
import 'regenerator-runtime/runtime';
import { createApp } from 'vue';
import { createPinia } from 'pinia';
import App from './App.vue';