src/main.js
@@ -51,6 +51,12 @@ import { rules } from '@/utils/rules' import * as echarts from 'echarts' import qs from 'qs' import VCalendar from 'v-calendar'; // 引入日历插件 Vue.use(VCalendar, { componentPrefix: 'vc', }); // import 'echarts-liquidfill' Vue.prototype.$echarts = echarts Vue.prototype.$qs = qs