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>)的主要内容,如果未能解决你的问题,请参考以下文章
错误:vue.js:634 [Vue 警告]:属性或方法“项目”未在实例上定义,但在渲染期间被引用
如何使用 VS 2017 在 asp .net 解决方案中使用 vue-multiselect 标记?