diff --git a/hwe/ts/components/MapCityBasic.vue b/hwe/ts/components/MapCityBasic.vue new file mode 100644 index 00000000..7a14910a --- /dev/null +++ b/hwe/ts/components/MapCityBasic.vue @@ -0,0 +1,75 @@ + + + + + + + + + + {{ city.name }} + + + + + + diff --git a/hwe/ts/components/MapCityDetail.vue b/hwe/ts/components/MapCityDetail.vue new file mode 100644 index 00000000..0aab9193 --- /dev/null +++ b/hwe/ts/components/MapCityDetail.vue @@ -0,0 +1,76 @@ + + + + + + + + + + + + + + + + {{ city.name }} + + + + + + + + + diff --git a/hwe/ts/components/StaticMapTemplate.vue b/hwe/ts/components/StaticMapTemplate.vue new file mode 100644 index 00000000..99faa522 --- /dev/null +++ b/hwe/ts/components/StaticMapTemplate.vue @@ -0,0 +1,621 @@ + + + + {{ mapResult?.year }}年 {{ mapResult?.month }}月 + + + + + + + + + 도시명 표기 + + 두번 탭 해 도시 이동 + + + + + + + + + + + + + + + + + + +