关于computed使用时报no-side-effects-in-computed-properties错误
Posted xy1996
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了关于computed使用时报no-side-effects-in-computed-properties错误相关的知识,希望对你有一定的参考价值。
不要在计算属性内直接修改data里面的数据,eslint会报 no-side-effects-in-computed-properties 错误,如果非要改可以写在一个函数里,然后在计算属性里调用该函数。
例如下面这个就会报no-side-effects-in-computed-properties错误
这个就不会
仅供学习参考
摘借至 https://juejin.im/post/5c03d93f5188257c5237c9aa
以上是关于关于computed使用时报no-side-effects-in-computed-properties错误的主要内容,如果未能解决你的问题,请参考以下文章
关于vue中computed计算属性和mouted生命周期的问题
关于小程序使用map组件,标记markers时报错误(ret is not defined)