This commit is contained in:
algerkong
2021-07-25 15:08:02 +08:00
parent 4d33728398
commit ec1269d010
5 changed files with 173 additions and 17 deletions
-1
View File
@@ -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;