已解决
你好,有一个问题,在laravel 5.4下,使用mix,Vue总是会在Console报
Uncaught TypeError: Cannot read property 'post' of undefined
QuestionFollowButton.vue
mounted() {
this.$http.post('/api/question/follower',{'question': this.question,'user': this.user}).then(response => {
this.followed = response.data.followed
})
},