vite-pwa / nuxt

Zero-config PWA Plugin for Nuxt 3
https://vite-pwa-org.netlify.app/frameworks/nuxt
MIT License
454 stars 22 forks source link

fix!: augment `vue` rather than `@vue/runtime-core` #151

Closed userquin closed 3 months ago

userquin commented 3 months ago

In line with https://github.com/vuejs/router/pull/2295 and https://github.com/nuxt/nuxt/pull/28542, this moves to augment vue rather than @vue/runtime-core.

This is now officially recommended in the docs and it must be done by all libraries or it will break types for other libraries.