vue.js:634 [Vue warn]: The computed property “total“ is already defined in data. (found in <Root>)

Posted 闲言博客

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了vue.js:634 [Vue warn]: The computed property “total“ is already defined in data. (found in <Root>)相关的知识,希望对你有一定的参考价值。

错误产生环境

Vue中使用计算属性时产生

错误描述

vue.js:634 [Vue warn]: The computed property "total" is already defined in data.

(found in <Root>)

错误原因

计算属性和data数据模型中的某个变量重名了

界面办法

要么改计算属性名,要么改data数据模型中重名的变量

以上是关于vue.js:634 [Vue warn]: The computed property “total“ is already defined in data. (found in <Root>)的主要内容,如果未能解决你的问题,请参考以下文章