From 2c211f26b40aa92c36a0044371eec0f01598e0e8 Mon Sep 17 00:00:00 2001 From: Dongkyuuuu Date: Fri, 1 Oct 2021 11:40:19 +0900 Subject: [PATCH] feat(polyline): add Polyline Component --- playground/App.vue | 26 +++++++++++++- src/components/Polyline.vue | 69 +++++++++++++++++++++++++++++++++++++ src/index.ts | 2 ++ src/utils/eventAction.ts | 5 +++ src/utils/eventList.ts | 17 ++++++++- 5 files changed, 117 insertions(+), 2 deletions(-) create mode 100644 src/components/Polyline.vue diff --git a/playground/App.vue b/playground/App.vue index 3cb8480..d7492db 100644 --- a/playground/App.vue +++ b/playground/App.vue @@ -8,7 +8,8 @@ :initLayers="initLayers" @onLoad="loadMap($event)" > - + +