[go: up one dir, main page]

Skip to content

Commit

Permalink
fix(map): fix infowindow show bug
Browse files Browse the repository at this point in the history
  • Loading branch information
CofCat456 committed Aug 28, 2023
1 parent 6ef4881 commit 8c13207
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions packages/map/src/components/InfoWindow/src/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -100,3 +100,9 @@ defineExpose({
</div>
</div>
</template>

<style scoped>
.info-window-container {
display: none;
}
</style>

0 comments on commit 8c13207

Please sign in to comment.