diff --git a/playground/pages/index.vue b/playground/pages/index.vue index f4f6ce42f..faef6e969 100644 --- a/playground/pages/index.vue +++ b/playground/pages/index.vue @@ -29,7 +29,7 @@

JPEG image inside project

- +

JPEG image from remote url

diff --git a/src/runtime/components/nuxt-img.vue b/src/runtime/components/nuxt-img.vue index 08e6f7377..e8bc5df5b 100644 --- a/src/runtime/components/nuxt-img.vue +++ b/src/runtime/components/nuxt-img.vue @@ -4,11 +4,12 @@ :height="height" :src="nSrc" :alt="nAlt" + v-bind="nAttrs" >