Skip to content

Commit

Permalink
fix(Marker): HtmlIcon issue fix
Browse files Browse the repository at this point in the history
* Fix htmlIcon(slot) is not rendering in marker
  • Loading branch information
Dongkyuuuu committed Sep 27, 2022
1 parent f90afea commit 78f8675
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/Marker.vue
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ onUnmounted(() => marker.value!.setMap(null));
</script>

<template>
<div>
<slot ref="markerRef"></slot>
<div ref="markerRef">
<slot></slot>
</div>
</template>

0 comments on commit 78f8675

Please sign in to comment.