From d4e6d812bf1e9fa55ea62745983f0b2a878ed8aa Mon Sep 17 00:00:00 2001
From: ZZJ <zzjdsg2300@163.com>
Date: 星期四, 31 三月 2022 10:24:33 +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