fix vue style warnings
This commit is contained in:
parent
1ff55e17b1
commit
03aa1f3154
2 changed files with 6 additions and 2 deletions
|
@ -10,9 +10,9 @@
|
|||
<!-- NOTE: key is required to force to re-render img tag when src is changed -->
|
||||
<img
|
||||
ref="src"
|
||||
:key="src"
|
||||
:alt="alt"
|
||||
:title="alt"
|
||||
:key="src"
|
||||
:src="src"
|
||||
:referrerpolicy="referrerpolicy"
|
||||
@load="onLoad"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue