store.getters['maps/center'] With the getter helper: mapGetters({ center: 'maps/center', zoom: 'maps/zoom', }) You can also specify a namespace parameter: .
確定! 回上一頁