From b0e391f5488aead9e56dc725b69cd81ba36f917d Mon Sep 17 00:00:00 2001 From: zhangxiaoxu123456 <zxx19900626> Date: 星期三, 13 四月 2022 10:14:48 +0800 Subject: [PATCH] 社保卡征集收入及社保卡持卡人数页面 --- src/main.js | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/src/main.js b/src/main.js index 55769b4..095dcc6 100644 --- a/src/main.js +++ b/src/main.js @@ -6,6 +6,8 @@ import { getStore, setStore, removeStore } from "./libs/store" import store from './store' import 'lib-flexible/flexible.js' +import echarts from 'echarts' +Vue.prototype.$echarts = echarts import Plugin from 'v-fit-columns'; -- Gitblit v1.9.1