First of all: Thank you for the great typescript update in v2.0 🥳
I discoverd a typescript issue when trying to add a data attribute to img-attrs for <NuxtPicture />
Example:
<nuxt-picture
:src="src"
:img-attrs="{
'data-test': 'test',
}" />
Produces following TS Error:
