月球大数据地理空间分析展示平台-【前端】-月球2期前端
surprise
2023-11-29 36fbd1e5a40e319e6ac5f43d11c99ba4b66e93a3
src/main.ts
@@ -3,7 +3,7 @@
import router from "./router";
import store from "./store";
import ElementPlus from "element-plus";
import locale from "element-plus/es/locale/lang/zh-cn";
import "element-plus/dist/index.css";
// import "default-passive-events";
import * as ElementPlusIconsVue from "@element-plus/icons-vue";
@@ -11,7 +11,7 @@
import "./assets/css/global.css";
//自适应
import "amfe-flexible/index";
import zhlocale from "element-plus/lib/locale/lang/zh-cn";
// import zhlocale from "element-plus/lib/locale/lang/zh-cn";
//粒子特效
import VueParticles from "vue-particles";
@@ -23,7 +23,7 @@
}
app
  .use(ElementPlus, { locale: zhlocale })
  .use(ElementPlus, { locale })
  .use(store)
  .use(router)
  .use(VueParticles)