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数据模型中重名的变量...
·




所有评论(0)