const props = defineProps({ playlist:{ type:object, default:()=>{ return {} } } }) //直接props.playlist就可以啊