mirror of
https://github.com/pure-admin/vue-pure-admin.git
synced 2025-12-21 15:00:28 +08:00
fix: xgplayer path error (#76)
This commit is contained in:
@@ -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(() => {
|
||||||
|
|||||||
Reference in New Issue
Block a user