fix: map lifecycle crash, state persistence with pinia-persistedstate, and premium business details UI
This commit is contained in:
@ -35,5 +35,9 @@ export const useMapStore = defineStore('map', () => {
|
||||
setCenter,
|
||||
setZoom,
|
||||
}
|
||||
}, {
|
||||
persist: {
|
||||
pick: ['center', 'zoom']
|
||||
}
|
||||
})
|
||||
|
||||
|
||||
Reference in New Issue
Block a user