精简部分播放器代码
This commit is contained in:
@@ -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
|
||||
}>(), {
|
||||
|
||||
Reference in New Issue
Block a user