vuetify-nuxt-module
vuetify-nuxt-module copied to clipboard
[Bug - v0.18.3] Cannot destructure property 'naturalHeight' of 'img' as it is undefined
How to reproduce:
Add to nuxt.config.ts:
app: { pageTransition: { name: "slide-right", mode: "out-in" }, }
Add 2 views which contains VImg with remote image. Run app & fast switch between this pages (disable cache).