随笔分类 -  Vue

摘要:组件代码: mutation 代码: actions 代码: 一直报 Do not mutate vuex store state outside mutation handlers. 但是确实是在mutation 的 handler 里面更改的状态,而且是 commit 的。 问题出在了 payl 阅读全文
posted @ 2018-05-30 15:42 大圆圈 阅读(12744) 评论(0) 推荐(1)
摘要:新版 vue-cli(@3.10.10) 构建的项目。localhost 替换成本机 ip 地址之后无法访问。但是替换成 127.0.0.1 可以访问 找到 config 文件夹下面的 index.is 里面的 dev,把 host 的值改成 0.0.0.0 阅读全文
posted @ 2018-04-12 16:55 大圆圈 阅读(2729) 评论(0) 推荐(0)