fix: map lifecycle crash, state persistence with pinia-persistedstate, and premium business details UI

This commit is contained in:
2026-03-03 13:21:09 -05:00
parent cdde701f9f
commit cfe9286fcb
13 changed files with 569 additions and 329 deletions

View File

@ -35,5 +35,9 @@ export const useMapStore = defineStore('map', () => {
setCenter,
setZoom,
}
}, {
persist: {
pick: ['center', 'zoom']
}
})