mirror of
https://github.com/algerkong/AlgerMusicPlayer.git
synced 2026-04-24 08:07:23 +08:00
歌词
This commit is contained in:
@@ -25,7 +25,6 @@ import { AppMenu, PlayBar, SearchBar } from './components';
|
||||
|
||||
const store = useStore();
|
||||
|
||||
const playMusic = computed(() => store.state.playMusic as SongResult)
|
||||
const isPlay = computed(() => store.state.isPlay as boolean)
|
||||
const menus = store.state.menus;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user