Showing
1 changed file
with
1 additions
and
0 deletions
@@ -73,6 +73,7 @@ | @@ -73,6 +73,7 @@ | ||
73 | <main class="w-full h-full flex flex-col justify-center items-center p-2"> | 73 | <main class="w-full h-full flex flex-col justify-center items-center p-2"> |
74 | <Spin :spinning="loading" wrapper-class-name="video-spin"> | 74 | <Spin :spinning="loading" wrapper-class-name="video-spin"> |
75 | <XGPlayer | 75 | <XGPlayer |
76 | + class="no-drag" | ||
76 | :url="playUrl" | 77 | :url="playUrl" |
77 | :stream-type="playType" | 78 | :stream-type="playType" |
78 | :config="{ width: '100%', height: '100%' }" | 79 | :config="{ width: '100%', height: '100%' }" |