diff --git a/docs/src/components/info-window.md b/docs/src/components/info-window.md index 962d846..50c8800 100755 --- a/docs/src/components/info-window.md +++ b/docs/src/components/info-window.md @@ -13,3 +13,20 @@ You can create info window by passing custom HTML or Vue components as the child ``` + +## Open/close info window +You can pass `opened` prop to open and close InfoWindows. + +```vue + + + +
I am in info window +
+
+
+
+```