Showing
1 changed file
with
2 additions
and
2 deletions
... | ... | @@ -6,8 +6,8 @@ |
6 | 6 | @userAction="handleOnUserAction" |
7 | 7 | :url="sourceUrl" |
8 | 8 | :stream-type="playType" |
9 | - :config="{ width: '100%', height: '100%', poster: option.poster }" | |
10 | - :auto-play="option.autoplay" | |
9 | + :config="{ width: '100%', height: '100%', poster: poster }" | |
10 | + :auto-play="autoplay" | |
11 | 11 | /> |
12 | 12 | </n-spin> |
13 | 13 | </div> | ... | ... |