licp
2024-07-26 b5196ecfbda5236f3fd3f0213a5e6911d291bda4
src/main.js
@@ -43,6 +43,7 @@
Vue.use(VueAxios, axios)
Vue.config.productionTip = false
Vue.config.performance = true;
Vue.use(VueRouter);
Vue.use(ElementUI);
Vue.use(qs);
@@ -151,3 +152,4 @@
    Vue.prototype.$bus = this
  }
});