如题,使用vue-server-renderer
。
在vuex actions中异步获取数据,会卡住无响应
但是加上locahost以后就可以
而且如果把 这段代码从actons 中拿出来就不会卡住
Vue.http.post('/article/' + id).then(res => { commit('SET_ATICLE', res.body) });
如题,使用vue-server-renderer
。
在vuex actions中异步获取数据,会卡住无响应
但是加上locahost以后就可以
而且如果把 这段代码从actons 中拿出来就不会卡住
Vue.http.post('/article/' + id).then(res => { commit('SET_ATICLE', res.body) });