parent
0e13c4b935
commit
102fc2d3bf
|
@ -1,16 +1,12 @@
|
|||
import { createApp } from 'vue'
|
||||
import App from '@/App.vue'
|
||||
import { initAMapApiLoader } from '@vuemap/vue-amap';
|
||||
import DataVVue3 from '@kjgl77/datav-vue3'
|
||||
import '@vuemap/vue-amap/dist/style.css'
|
||||
initAMapApiLoader({
|
||||
key: 'YOUR_KEY'
|
||||
})
|
||||
import dayjs from 'dayjs';
|
||||
import lodasha from 'lodash';
|
||||
import ElementPlus from 'element-plus'
|
||||
import 'element-plus/dist/index.css'
|
||||
import zhCn from 'element-plus/dist/locale/zh-cn.mjs';
|
||||
import zhCn from 'element-plus/es/locale/lang/zh-cn';
|
||||
// import '@types/leaflet'
|
||||
// 高德地图typescript支持
|
||||
import "@amap/amap-jsapi-types";
|
||||
|
@ -51,5 +47,4 @@ vueApp
|
|||
.use(ElementPlus, {
|
||||
locale: zhCn,
|
||||
})
|
||||
.use(zhCn)
|
||||
.mount('#app')
|
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue