update anjungan, store management

This commit is contained in:
bagus-arie05
2026-01-06 14:51:28 +07:00
parent 71b9de8d21
commit 6b38359a90
27 changed files with 7395 additions and 10986 deletions

No files matched your search

+8
View File
@@ -0,0 +1,8 @@
import { createPersistedState } from 'pinia-plugin-persistedstate'
export default defineNuxtPlugin((nuxtApp) => {
nuxtApp.$pinia.use(createPersistedState({
storage: typeof window !== 'undefined' ? localStorage : undefined,
}))
})