From 10079c67e000c875bb8a8b052ee1b9ce8fa93277 Mon Sep 17 00:00:00 2001 From: Fawad Mirzad Date: Sun, 14 Feb 2021 10:45:39 +0100 Subject: [PATCH] Update docs --- docs/src/components/info-window.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) 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 +
+
+
+
+```