mirror of
https://github.com/kuaifan/dootask.git
synced 2026-03-17 19:23:26 +00:00
修复切换图片导致的js报错
This commit is contained in:
parent
7a9ad7163b
commit
ddbef0172f
@ -26,7 +26,7 @@
|
|||||||
v-if="i === index"
|
v-if="i === index"
|
||||||
ref="img"
|
ref="img"
|
||||||
class="preview-view-img"
|
class="preview-view-img"
|
||||||
:key="url"
|
:key="i"
|
||||||
:src="currentImg"
|
:src="currentImg"
|
||||||
:style="imgStyle"
|
:style="imgStyle"
|
||||||
@load="handleImgLoad"
|
@load="handleImgLoad"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user