From 85841ef9441aff46d80c7458c928e085e78911a1 Mon Sep 17 00:00:00 2001 From: heyujie <516346543@qq.com> Date: 星期五, 01 四月 2022 14:43:10 +0800 Subject: [PATCH] 订单管理 --- src/main.ts | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/src/main.ts b/src/main.ts index 0c3a871..885a4d8 100644 --- a/src/main.ts +++ b/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, -- Gitblit v1.8.0