摘要: 1.安装echarts npm install echarts --save 2.在main.js中引入 import echarts from 'echarts'; import 'echarts/map/js/china.js'; //node_modules中 Vue.prototype.$e 阅读全文
posted @ 2020-03-12 20:09 lude1994 阅读(2453) 评论(0) 推荐(2)
摘要: 参考:https://www.cnblogs.com/LUA123/p/11170657.html 1.安装:npm install ant-design-vue --save 2.在main.js中 a.全部引入 import ant from 'ant-design-vue' import 'a 阅读全文
posted @ 2020-03-12 16:06 lude1994 阅读(3383) 评论(0) 推荐(0)