课程
/前端开发
/Vue.js
/3小时速成 Vue2.x 核心技术
Error in v-on handler: "ReferenceError: addItem is not defined"
2019-04-19
源自:3小时速成 Vue2.x 核心技术 4-4
正在回答
还真是
store.commit('addItem',{ title:this.title, content:this.content })
'addItem'没有加引号报的错
Brian
举报
带你快速学习最流行的前端框架vue2.x的核心技术
1 回答运行之后出现 'demo1' is not defined no-undef
1 回答[Vue warn]: Property or method "title" is not defined on the instance but referenced during render.为什么提示没有定义呢?求解
1 回答为什么addItem的参数需要state呢?
7 回答vue似乎装好了?但是vue -v命令显示command not found。
1 回答关于list组件点击到info组件详情中报错 state is not defined,如果删去store.commit(),不报错但又显示全部列表内容