最后说说Vue2 SSR 的 Cookies 问题(2)

methods: { async recover(id) { const { data: { code, message } } = await this.$store.$api.get('frontend/comment/recover', { id }) if (code === 200) { this.$store.commit('global/comment/recoverComment', id) } } }

示例文件: src/components/frontend-comment.vue

至此, 全文结束, 完整代码, 请参考: https://github.com/lincenying/mmf-blog-vue2-pwa-ssr

内容版权声明:除非注明,否则皆为本站原创文章。

转载注明出处:http://www.heiqu.com/6b34fc69175a4e9ec40516b652c27077.html