From 3549b2fd37fe56a1c5cddd626ce53a5d720d4d0a Mon Sep 17 00:00:00 2001 From: linzhijie <1003392067@qq.com> Date: 星期三, 10 五月 2023 15:00:09 +0800 Subject: [PATCH] 职业兴趣bugfix --- src/main.js | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/src/main.js b/src/main.js index 2b0de04..bd8d2e8 100644 --- a/src/main.js +++ b/src/main.js @@ -17,6 +17,10 @@ import 'babel-polyfill' import promise from 'es6-promise' + +import * as echarts from 'echarts' +Vue.prototype.$echarts = echarts + promise.polyfill() Vue.use(Element, { -- Gitblit v1.9.1