},
actions: {// 异步方法
asyncAdd(context, he) { // 该方法需要通过dispatch()调用
context.commit(“add”, he) // 通过commit方法调用add
}
},
modules: {}
})
- Header.vue
<button @click=“toggleSideBar”>
},
actions: {// 异步方法
asyncAdd(context, he) { // 该方法需要通过dispatch()调用
context.commit(“add”, he) // 通过commit方法调用add
}
},
modules: {}
})
<button @click=“toggleSideBar”>