Skip to content

Commit 068e1b7

Browse files
Removing persisted state for pinia
1 parent 6cae2cb commit 068e1b7

File tree

4 files changed

+111
-154
lines changed

4 files changed

+111
-154
lines changed

nuxt.config.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -61,10 +61,10 @@ export default defineNuxtConfig({
6161

6262
modules: [
6363
'@pinia/nuxt',
64-
'pinia-plugin-persistedstate/nuxt',
6564
'nuxt-schema-org',
6665
(_options, nuxt) => {
6766
nuxt.hooks.hook('vite:extendConfig', (config) => {
67+
// @ts-expect-error
6868
config.plugins.push(vuetify({autoImport: true}))
6969
})
7070
}

package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -24,12 +24,12 @@
2424
"@mdi/font": "^7.4.47",
2525
"@pinia/nuxt": "^0.10.1",
2626
"axios": "^1.8.2",
27-
"nuxt-schema-org": "^5.0.4",
28-
"pinia-plugin-persistedstate": "^4.2.0"
27+
"nuxt-schema-org": "^5.0.4"
2928
},
3029
"pnpm": {
3130
"onlyBuiltDependencies": [
3231
"esbuild"
3332
]
34-
}
33+
},
34+
"packageManager": "[email protected]+sha512.b2dc20e2fc72b3e18848459b37359a32064663e5627a51e4c74b2c29dd8e8e0491483c3abb40789cfd578bf362fb6ba8261b05f0387d76792ed6e23ea3b1b6a0"
3535
}

0 commit comments

Comments
 (0)