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

@ -33,4 +33,8 @@ export const useShuttleStore = defineStore('shuttle', () => {
filters,
loadShuttles,
}
}, {
persist: {
pick: ['shuttles']
}
})