|
@@ -99,7 +99,6 @@ import { SOME_MUTATION } from './mutation-types'
|
|
|
|
|
|
const store = new Vuex.Store({
|
|
const store = new Vuex.Store({
|
|
state: { ... },
|
|
state: { ... },
|
|
- actions: { ... },
|
|
|
|
mutations: {
|
|
mutations: {
|
|
// we can use the ES2015 computed property name feature
|
|
// we can use the ES2015 computed property name feature
|
|
// to use a constant as the function name
|
|
// to use a constant as the function name
|