We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b8285e commit fe04d82Copy full SHA for fe04d82
nuxt.config.js
@@ -2,4 +2,6 @@ export default defineNuxtConfig({
2
imports: {
3
dirs: ['stores']
4
},
5
+
6
+ modules: [['@pinia/nuxt', { autoImports: ['defineStore'] }]],
7
})
0 commit comments