Thomas
Thomas
NNuxt
Created by Mathis on 4/23/2024 in #❓・help
Module & Pinia
Great, will keep an eye on it
7 replies
NNuxt
Created by Mathis on 4/23/2024 in #❓・help
Module & Pinia
adding :
"overrides": {
"vue": "latest"
}
"overrides": {
"vue": "latest"
}
to the package.json in the app seems to fix the issue
7 replies
NNuxt
Created by Mathis on 4/23/2024 in #❓・help
Module & Pinia
My module bundles vuetify and other npm modules, all of theme are installed when running npm install on my app, but pinia wont
7 replies
NNuxt
Created by Mathis on 4/23/2024 in #❓・help
Module & Pinia
Hi, facing exact ly the same situation
7 replies
NNuxt
Created by Thomas on 10/19/2024 in #❓・help
module : Using store in component
I just figured it out ! I needed to add : import { useStore } from '../stores/mystore'
2 replies