diff options
| author | taehoon <th.dev91@gmail.com> | 2019-09-04 11:23:47 -0400 |
|---|---|---|
| committer | taehoon <th.dev91@gmail.com> | 2019-09-04 11:24:24 -0400 |
| commit | d194431642b48f9bd4d66bcce5f187d6d4ff08e2 (patch) | |
| tree | d22e8bf3688c66c7fb303f948b15e257c3b96487 /src | |
| parent | cdbb8ca8b925c0803513b26a15ff927d79fa0316 (diff) | |
add a comment
Diffstat (limited to 'src')
| -rw-r--r-- | src/components/still-image/still-image.vue | 1 |
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" |
