ZZJ
2022-03-31 d4e6d812bf1e9fa55ea62745983f0b2a878ed8aa
src/main.ts
@@ -5,6 +5,7 @@
import "./plugins/element.js";
import moment from "moment"; //导入文件
import Mixin from "./mixins";
import numeral from 'numeral';
import preview from "vue-photo-preview";
import "vue-photo-preview/dist/skin.css";
import * as VueWindow from "@hscmap/vue-window";
@@ -15,6 +16,7 @@
Vue.prototype.$moment = moment; //赋值使用
Vue.prototype.numeral = numeral;
Vue.config.productionTip = false;
Vue.mixin(Mixin);
Vue.use(preview);
@@ -22,6 +24,7 @@
Vue.use(VueAwesomeSwiper as any);
export default Vue.prototype.bus = new Vue({
  router,
  store,