feat: Vue3로 작성된 지도 렌더러 #216

Merged
Hide_D merged 10 commits from ngMapViewer into devel 2022-04-20 03:34:13 +09:00
2 changed files with 19 additions and 0 deletions
Showing only changes of commit d1af95fd3c - Show all commits
+9
View File
@@ -73,3 +73,12 @@ function clicked(event: MouseEvent) {
emit("click", event);
}
</script>
<style lang="scss" scoped>
a,
div,
span {
line-height: 1.3;
font-size: 14px;
}
</style>
+10
View File
@@ -74,3 +74,13 @@ function clicked(event: MouseEvent) {
emit("click", event);
}
</script>
<style lang="scss" scoped>
a,
div,
img,
span {
line-height: 1.3;
font-size: 14px;
}
</style>