UI-Project/src/main.js
@@ -15,7 +15,6 @@ import * as echarts from "echarts" // echarts.registerMap('china', china) // Vue.prototype.$echarts = echarts // app.component("v-chart", Echarts) // app.config.globalProperties.$echarts = echarts const app = createApp(App) @@ -29,5 +28,4 @@ locale: zhCn, }) app.use(i18n) app.mount('#app')