From 74dc164c816166aaf82018afb5d8c16bd5558201 Mon Sep 17 00:00:00 2001 From: Fawad Mirzad Date: Wed, 27 Jan 2021 12:33:33 +0100 Subject: [PATCH] Add info window component --- components/InfoWindow.vue | 3 +++ components/Marker.vue | 17 ++++++++++++----- index.js | 2 ++ 3 files changed, 17 insertions(+), 5 deletions(-) create mode 100644 components/InfoWindow.vue diff --git a/components/InfoWindow.vue b/components/InfoWindow.vue new file mode 100644 index 0000000..5ae3c51 --- /dev/null +++ b/components/InfoWindow.vue @@ -0,0 +1,3 @@ + \ No newline at end of file diff --git a/components/Marker.vue b/components/Marker.vue index d7e224b..41ac159 100644 --- a/components/Marker.vue +++ b/components/Marker.vue @@ -1,9 +1,11 @@