mirror of
https://github.com/pure-admin/vue-pure-admin.git
synced 2025-06-07 17:07:19 +08:00
fix: xgplayer path error (#76)
This commit is contained in:
parent
ab06aa00ed
commit
25c37bb2fa
@ -1,9 +1,9 @@
|
|||||||
<script setup lang="ts">
|
<script setup lang="ts">
|
||||||
import { onMounted } from "vue";
|
import { onMounted } from "vue";
|
||||||
import Player from "xgplayer/dist/simple_player";
|
import Player from "xgplayer/dist/simple_player";
|
||||||
import volume from "xgplayer/dist/controls/volume";
|
import volume from "xgplayer/es/controls/volume";
|
||||||
import playbackRate from "xgplayer/dist/controls/playbackRate";
|
import playbackRate from "xgplayer/es/controls/playbackRate";
|
||||||
import screenShot from "xgplayer/dist/controls/screenShot";
|
import screenShot from "xgplayer/es/controls/screenShot";
|
||||||
import { deviceDetection } from "/@/utils/deviceDetection";
|
import { deviceDetection } from "/@/utils/deviceDetection";
|
||||||
|
|
||||||
onMounted(() => {
|
onMounted(() => {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user