Quantcast
Channel: CNode:Node.js专业中文社区
Viewing all articles
Browse latest Browse all 14821

使用vue2服务端渲染的时候,如何在服务端请求数据

$
0
0

如题,使用vue-server-renderer。 在vuex actions中异步获取数据,会卡住无响应 image.png但是加上locahost以后就可以 image.png

而且如果把 这段代码从actons 中拿出来就不会卡住 Vue.http.post('/article/' + id).then(res => { commit('SET_ATICLE', res.body) });


Viewing all articles
Browse latest Browse all 14821

Trending Articles