精简部分播放器代码
This commit is contained in:
@@ -28,10 +28,10 @@ import { computed } from 'vue'
|
||||
import { MusicPlayerItem } from '@/model/api/music'
|
||||
|
||||
const props = defineProps<{
|
||||
show: boolean,
|
||||
currentMusic: MusicPlayerItem,
|
||||
musicList: MusicPlayerItem[],
|
||||
theme?: string,
|
||||
show: boolean
|
||||
currentMusic: MusicPlayerItem
|
||||
musicList: MusicPlayerItem[]
|
||||
theme?: string
|
||||
listMaxHeight?: string
|
||||
}>()
|
||||
const listHeightStyle = computed(() => {
|
||||
|
||||
Reference in New Issue
Block a user