区分显示和加载状态,添加医院显示逻辑
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
<template>
|
||||
<!-- 医院 -->
|
||||
<HospitalComponent
|
||||
v-if="
|
||||
useStatusStore().appLoadingCompleted &&
|
||||
useStatusStore().poiLayers.showHospital.loading
|
||||
"
|
||||
/>
|
||||
</template>
|
||||
|
||||
<script lang="ts" setup>
|
||||
import { useStatusStore } from '@/stores/useStatusStore';
|
||||
import HospitalComponent from './HospitalComponent.vue';
|
||||
</script>
|
||||
|
||||
<style scoped lang="less"></style>
|
||||
Reference in New Issue
Block a user