diff --git a/frameworks/nuxt.md b/frameworks/nuxt.md index fe7b67e..a90f403 100644 --- a/frameworks/nuxt.md +++ b/frameworks/nuxt.md @@ -98,6 +98,25 @@ declare module '#app' { ## Examples +### VitePwaManifest in app.vue + +When adding `VitePwaManifest` component to your `app.vue`: +```vue + +``` + +then, the web manifest link will be added to your HTML pages: +```html + + + + + +``` + ### Prompt for update and offline ready ```vue