November 2017
Beginner to intermediate
398 pages
8h 42m
English
Then, we set up the actions that commit those mutations:
actions: { setCenter ({ commit }, value) { commit('center', value) }, setZoom ({ commit }, value) { commit('zoom', value) },},
Read now
Unlock full access