摘要: 1、安装 element-ui 插件 npm install element-ui -save 在main.js引入 import ElementUI from 'element-ui' import 'element-ui/lib/theme-chalk/index.css' Vue.use(El 阅读全文
posted @ 2020-11-01 15:34 不睡觉的Eki 阅读(268) 评论(0) 推荐(0)
摘要: 1、Uncaught (in promise) TypeError: Cannot read property 'protocol' of undefined 关于axios引用方法的报错 在main.js中使用import axios from 'axios'导入axios后 使用Vue.use( 阅读全文
posted @ 2020-11-01 14:42 不睡觉的Eki 阅读(69) 评论(0) 推荐(0)