aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authortaehoon <th.dev91@gmail.com>2019-09-04 11:23:47 -0400
committertaehoon <th.dev91@gmail.com>2019-09-04 11:24:24 -0400
commitd194431642b48f9bd4d66bcce5f187d6d4ff08e2 (patch)
treed22e8bf3688c66c7fb303f948b15e257c3b96487 /src
parentcdbb8ca8b925c0803513b26a15ff927d79fa0316 (diff)
add a comment
Diffstat (limited to 'src')
-rw-r--r--src/components/still-image/still-image.vue1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/components/still-image/still-image.vue b/src/components/still-image/still-image.vue
index 5a6529f2..4137bd59 100644
--- a/src/components/still-image/still-image.vue
+++ b/src/components/still-image/still-image.vue
@@ -7,6 +7,7 @@
v-if="animated"
ref="canvas"
/>
+ <!-- NOTE: key is required to force to re-render img tag when src is changed -->
<img
ref="src"
:key="src"