liuyg
2021-08-10 a6f0596a6365b3ebdfd32af7fa2a740577aaef9d
src/main.js
@@ -27,6 +27,9 @@
import crudCommon from '@/mixins/crud';
import * as echarts from 'echarts';
import audio from 'vue-mobile-audio';
import Map from './components/map/main';
Vue.component('Map', Map);
Vue.use(audio);
Vue.prototype.$echarts = echarts;
// 注册全局crud驱动