@@ -33,6 +33,7 @@
|
||||
<slot></slot>
|
||||
</view>
|
||||
<GlobalAudioPlayerHost
|
||||
v-if="showAudioPlayerHost"
|
||||
:avoid-bottom-nav="audioPlayerAvoidBottomNav"
|
||||
:display-mode="audioPlayerMode"
|
||||
:closable="audioPlayerClosable"
|
||||
@@ -59,6 +60,7 @@ withDefaults(defineProps<{
|
||||
audioPlayerAvoidBottomNav?: boolean
|
||||
audioPlayerMode?: AudioDisplayMode
|
||||
audioPlayerClosable?: boolean
|
||||
showAudioPlayerHost?: boolean
|
||||
}>(), {
|
||||
activeTab: 'guide',
|
||||
variant: 'overlay',
|
||||
@@ -71,7 +73,8 @@ withDefaults(defineProps<{
|
||||
cancelLabel: '取消',
|
||||
audioPlayerAvoidBottomNav: true,
|
||||
audioPlayerMode: 'mini',
|
||||
audioPlayerClosable: true
|
||||
audioPlayerClosable: true,
|
||||
showAudioPlayerHost: false
|
||||
})
|
||||
|
||||
const emit = defineEmits<{
|
||||
|
||||
Reference in New Issue
Block a user