diff --git a/components/Marker.vue b/components/Marker.vue index 2c20265..868cb5a 100644 --- a/components/Marker.vue +++ b/components/Marker.vue @@ -1,11 +1,18 @@ diff --git a/docs/src/components/infow-window.md b/docs/src/components/infow-window.md new file mode 100755 index 0000000..ad13e40 --- /dev/null +++ b/docs/src/components/infow-window.md @@ -0,0 +1,35 @@ +# Info Window + +## Create + +You can create info window by passing custom HTML or Vue components as the child of `Marker` component. +```vue + + +
I am info window. I appear, when you click a marker
+
+
+``` + +## Center markers automatically +To center markers so that all the markers are visible, use: +```vue + + + +```