04 2022 档案
摘要:main.js import Vue from 'vue' 同时引入如下: // 引入echart4,echarts4版本放本地, import echarts4 from '../static/js/echarts.min.js' Vue.prototype.$echarts4 = echarts
阅读全文
摘要:1、全局引入 main.js import ElementUI from 'element-ui' import 'element-ui/lib/theme-chalk/index.css' Vue.use(ElementUI)
阅读全文
摘要:在node_modules 中 找到element-ui/lib路径 创建style.css文件 就好了
阅读全文