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 ad2fa45 commit f676a32Copy full SHA for f676a32
packages/nuxt/playground/domain/one/stores/testStore.ts
@@ -1,4 +1,4 @@
1
export const useTestStore = defineStore('test', () => {
2
- console.log('I was defined within a store directory')
+ // console.log('I was defined within a store directory')
3
return {}
4
})
packages/nuxt/playground/stores/nested/some-store.ts
@@ -1,5 +1,5 @@
export const useSomeStoreStore = defineStore('some-store', () => {
- console.log('I was defined within a nested store directory')
+ // console.log('I was defined within a nested store directory')
5
0 commit comments