Skip to content

Commit 19c33c6

Browse files
committed
docs: Update is-visible example
1 parent 9c92c38 commit 19c33c6

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,10 @@ isVisible | `Boolean` | `false`
122122
For example:
123123

124124
```html
125-
<FocusLoop :is-visible="isSidebarOpen">
125+
<FocusLoop
126+
:is-visible="isSidebarOpen"
127+
:disabled="!isSidebarOpen"
128+
>
126129
<!-- your elements here -->
127130
</FocusLoop>
128131
```

0 commit comments

Comments
 (0)