Skip to content

Commit 15f4ea4

Browse files
committed
🔧 chore: 移除 MvPlayer 组件中未使用的 playerStore 引用,简化代码结构
1 parent dbb3fbc commit 15f4ea4

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/renderer/components/MvPlayer.vue

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,6 @@ import { computed, nextTick, onMounted, onUnmounted, ref, watch } from 'vue';
193193
import { useI18n } from 'vue-i18n';
194194
195195
import { getMvUrl } from '@/api/mv';
196-
import { usePlayerStore } from '@/store/modules/player';
197196
import { IMvItem } from '@/type/mv';
198197
199198
const { t } = useI18n();
@@ -222,7 +221,6 @@ const emit = defineEmits<{
222221
(e: 'prev', loading: (value: boolean) => void): void;
223222
}>();
224223
225-
const playerStore = usePlayerStore();
226224
const mvUrl = ref<string>();
227225
const playMode = ref<PlayMode>(PLAY_MODE.Auto);
228226

0 commit comments

Comments
 (0)