diff --git a/docs/src/components/info-window.md b/docs/src/components/info-window.md index c5751d7..962d846 100755 --- a/docs/src/components/info-window.md +++ b/docs/src/components/info-window.md @@ -3,30 +3,13 @@ You can create info window by passing custom HTML or Vue components as the child ```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 - - - + +
I am in info window +
+
+ + ```