From 2844833ed1c1a4708594648aabe308ca3149a918 Mon Sep 17 00:00:00 2001 From: Fawad Mirzad Date: Sun, 14 Feb 2021 10:49:10 +0100 Subject: [PATCH] Hightlight code --- docs/src/components/info-window.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/docs/src/components/info-window.md b/docs/src/components/info-window.md index 50c8800..fb47f1c 100755 --- a/docs/src/components/info-window.md +++ b/docs/src/components/info-window.md @@ -17,13 +17,15 @@ 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 +```vue{7} - +
I am in info window