From ae9d10a72efa8ff04852fee6991d901e91f853a2 Mon Sep 17 00:00:00 2001
From: zhangxiaoxu123 <819527061@qq.com>
Date: 星期四, 05 一月 2023 08:45:32 +0800
Subject: [PATCH] 图片提交

---
 src/main.js |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/src/main.js b/src/main.js
index 45ea16e..e2fd6b2 100644
--- a/src/main.js
+++ b/src/main.js
@@ -30,6 +30,9 @@
     size: 'small'
 });
 
+import echarts from 'echarts'
+Vue.prototype.$echarts = echarts;
+
 import '@/utils/lib-fiexible'
 
 import {getStore,setStore,removeStore} from "./libs/store";

--
Gitblit v1.9.1