November 2017
Beginner to intermediate
398 pages
8h 42m
English
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 },},
Read now
Unlock full access