From b8b9fa012c7faeda2a1618a96afa9d2e2c07fdb8 Mon Sep 17 00:00:00 2001
From: kimi <kimi42345@gmail.com>
Date: 星期四, 23 一月 2020 15:20:06 +0800
Subject: [PATCH] no message

---
 src/main.ts |    5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diff --git a/src/main.ts b/src/main.ts
index 87d49de..f34f462 100644
--- a/src/main.ts
+++ b/src/main.ts
@@ -8,8 +8,11 @@
 import "element-ui/lib/theme-chalk/index.css";
 import Axios from 'axios';
 //npm i moment --save
-import moment from 'moment'
+import moment from 'moment';
+import echarts from 'echarts'
 
+
+Vue.prototype.$echarts = echarts
 Vue.use(ElementUI);
 Vue.prototype.$moment = moment;//璧嬪�间娇鐢�
  

--
Gitblit v1.8.0