yangyin
2024-12-11 4c173b743e256132e27096d38f8c9d436c13ee45
src/main.ts
@@ -12,7 +12,9 @@
import '/@/theme/index.scss';
import '@amap/amap-jsapi-types';
import { getAllData } from './stores/chatRoom';
import { setTheme } from '/@/utils/theme';
setTheme();
const app = createApp(App);
for (const [key, component] of Object.entries(ElementPlusIconsVue)) {
   app.component(key, component);