update dev's content

This commit is contained in:
2022-06-08 10:44:18 +08:00
parent ff901ef6ea
commit 1b5f17423d
3 changed files with 12 additions and 4 deletions

View File

@@ -35,6 +35,9 @@ export default new Vuex.Store({
},
xc(state,step){
state.count=state.count * step
},
divide(state,num){
state.count = state.count / num
}
},
actions: {