Mathis
Mathis
NNuxt
Created by Mathis on 4/23/2024 in #❓・help
Module & Pinia
Hi 🙂 I'm currently creating a module for my company. I've installed @pinia/nuxt & pinia in it. I've also added "overrides": { "vue": "latest" } into my package.json However, when I'm running my Nuxt projects with my module installed, I've to manually install pinia (npm i pinia --force), otherwise Nuxt refuse to start. Cannot restart nuxt: Cannot find module 'pinia/dist/pinia.mjs' How could I solve this ? Thanks 🙂
1 replies
NNuxt
Created by Mathis on 4/19/2024 in #❓・help
How to inject HTML tags from @nuxt/kit
Hi, I'm creating a module with @nuxt/kit and I'd like to inject some HTML tags into the app.vue file, but I didn't find how to do so. Is it possible ?
3 replies