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