@@ -17,17 +17,12 @@
|
||||
autofocus
|
||||
/>
|
||||
</view>
|
||||
<GlobalAudioPlayerHost
|
||||
display-mode="floating"
|
||||
:avoid-bottom-nav="false"
|
||||
/>
|
||||
</view>
|
||||
</template>
|
||||
|
||||
<script setup lang="ts">
|
||||
import { onMounted, onUnmounted, ref } from 'vue'
|
||||
import { onLoad } from '@dcloudio/uni-app'
|
||||
import GlobalAudioPlayerHost from '@/components/audio/GlobalAudioPlayerHost.vue'
|
||||
import PoiSearchPanel from '@/components/search/PoiSearchPanel.vue'
|
||||
|
||||
const initialKeyword = ref('')
|
||||
|
||||
Reference in New Issue
Block a user