精简部分播放器代码

This commit is contained in:
2023-01-28 01:02:19 +08:00
parent 289d7e0b8b
commit 2be35021b4
7 changed files with 26 additions and 54 deletions
@@ -18,8 +18,8 @@ import { computed, ref } from 'vue'
import IconButton from './aplayer-iconbutton.vue'
const props = withDefaults(defineProps<{
pic?: string,
theme?: string,
pic?: string
theme?: string
playing: boolean
enableDrag: boolean
}>(), {