Fix linter warning
This commit is contained in:
parent
ce115d2737
commit
15da4e4705
|
@ -6,9 +6,9 @@
|
|||
:poster="thumbnail"
|
||||
controls
|
||||
preload="auto"
|
||||
:data-setup="JSON.stringify(dataSetup)"
|
||||
@touchstart="handleTouchStart"
|
||||
@touchend="handleTouchEnd"
|
||||
:data-setup="JSON.stringify(dataSetup)"
|
||||
>
|
||||
<source
|
||||
v-for="(source, index) in activeSourceList"
|
||||
|
|
Loading…
Reference in New Issue