摘要: unexpected token 语法错误,一般是缺少‘,’‘}’所致 duplicate 重复定义 阅读全文
posted @ 2017-03-25 14:24 judy201654321 阅读(314) 评论(0) 推荐(0) 编辑
摘要: ``` //action.js import * as types from './types' console.log(types) export default { increment:({commit})=>{ commit(types.INCREMENT) }, decrement({commit}){ commit(types.DECREMENT) }, ... 阅读全文
posted @ 2017-03-25 10:53 judy201654321 阅读(219) 评论(0) 推荐(0) 编辑
该文被密码保护。 阅读全文
posted @ 2017-03-25 05:28 judy201654321 阅读(1) 评论(0) 推荐(0) 编辑