Mutations

Let's add the center and zoom mutations in the maps module:

mutations: {
center (state, value) {
state.center = value
},
zoom (state, value) {
state.zoom = value
},
},
..................Content has been hidden....................

You can't read the all page of ebook, please click here login for view all page.
Reset
3.15.25.32