From 3879aac18391d6a88773219e2b0e2ba7b859a09c Mon Sep 17 00:00:00 2001 From: Dongkyuuuu Date: Mon, 27 Sep 2021 23:33:06 +0900 Subject: [PATCH] feat(ellpise): add Ellpise Component --- playground/App.vue | 31 +++++++++++++++++-- src/components/Ellipse.vue | 63 ++++++++++++++++++++++++++++++++++++++ src/index.ts | 3 +- src/utils/eventAction.ts | 5 +++ src/utils/eventList.ts | 16 ++++++++++ 5 files changed, 114 insertions(+), 4 deletions(-) create mode 100644 src/components/Ellipse.vue diff --git a/playground/App.vue b/playground/App.vue index 18b8d38..c8a793f 100644 --- a/playground/App.vue +++ b/playground/App.vue @@ -8,12 +8,16 @@ :initLayers="initLayers" @onLoad="loadMap($event)" > - +