vuetify-nuxt-module icon indicating copy to clipboard operation
vuetify-nuxt-module copied to clipboard

[Bug - v0.18.3] Cannot destructure property 'naturalHeight' of 'img' as it is undefined

Open UnSpiraTive opened this issue 9 months ago • 0 comments

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).

UnSpiraTive avatar Dec 31 '24 13:12 UnSpiraTive