import {INCREMENT} from "./types"const mutations = { [INCREMENT] (state) { state.count++; }}[INCREMENT] INCREMENT是變量直接使用不就行了嗎,為什么還要加一個(gè)中括號(hào)呢?
js中括號(hào)問題
紅糖糍粑
2018-11-06 13:17:12