Skip to content

Commit

Permalink
fix(nuxt-img): set key to allow making transitions
Browse files Browse the repository at this point in the history
  • Loading branch information
pi0 committed Jan 26, 2021
1 parent 28448df commit 20ed72b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/runtime/components/nuxt-img.vue
@@ -1,5 +1,6 @@
<template>
<img
:key="nSrc"
:width="width"
:height="height"
:src="nSrc"
Expand Down

0 comments on commit 20ed72b

Please sign in to comment.