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 ?2 Replies
I'd like to add a
<Notification />
component to the app.vue
Another possibility could be to define a layout in my module, and then use this layout in my Nuxt project, but it means adding a step when using the moduleWell hidden in the docs. https://nuxt.com/docs/getting-started/views#advanced-extending-the-html-template
Nuxt
Views · Get Started with Nuxt
Nuxt provides several component layers to implement the user interface of your application.