老师,这个问题是出在哪里,文章详情页显示不出来
来源:9-9 作业 完成文章详情页
sunflower426
2021-03-18
写回答
1回答
-
张轩
2021-03-18
同学 你这个代码还不完整阿 我看你源代码 你现在的问题是没有定义 fetchPost 这个 action,我这里加上对应的 action 和 mutation 就可以了。
// action fetchPost ({ commit }, id) { return getAndCommit(`/posts/${id}`, 'fetchPost', commit) }, // mutation fetchPost (state, { data }) { state.posts = [data] },
00
相似问题