mutation中修改state中的状态值,却报[vuex] do not mutate vuex store state outside mutation handlers.
Posted baiyifengyun
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了mutation中修改state中的状态值,却报[vuex] do not mutate vuex store state outside mutation handlers.相关的知识,希望对你有一定的参考价值。
网上百度说是在mutation外修改state中的状态值,会报下列错误,可我明明在mutations中修改的状态值,还是报错
接着百度,看到和我类似的问题,说mutations中只能用同步代码,异步用actions,我试着把修改值放在请求外面,结果不报错了
参考:
以上是关于mutation中修改state中的状态值,却报[vuex] do not mutate vuex store state outside mutation handlers.的主要内容,如果未能解决你的问题,请参考以下文章