Vue.prototype.axios = axios;报错
wuyadream opened this issue · 2 comments
wuyadream commented
错误提示为:Cannot set property axios of #<Vue$3> which has only a getter at eval ,都是按照readme文档来搭建的。然后提示这个错误
superman66 commented
你试试这样:
Vue.prototype.$axios = axios;
如果还有问题的话,提供下你 vue 的版本信息
wuyadream commented
修改后赋值语句没有问题了,但是在访问的时候报错了:
this.$axios.post is not a function。