diff options
| author | taehoon <th.dev91@gmail.com> | 2019-09-03 16:44:51 -0400 |
|---|---|---|
| committer | taehoon <th.dev91@gmail.com> | 2019-09-04 11:24:24 -0400 |
| commit | cdbb8ca8b925c0803513b26a15ff927d79fa0316 (patch) | |
| tree | d0100983a6ac67e63979383049c3504e79376512 /src/components/still-image/still-image.vue | |
| parent | a1aada245457c02b3cf37055e6f5ca9f08232362 (diff) | |
force img updating immediately
Diffstat (limited to 'src/components/still-image/still-image.vue')
| -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 3fff63f9..5a6529f2 100644 --- a/src/components/still-image/still-image.vue +++ b/src/components/still-image/still-image.vue @@ -9,6 +9,7 @@ /> <img ref="src" + :key="src" :src="src" :referrerpolicy="referrerpolicy" @load="onLoad" |
