Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 552bb44

Browse files
committed
fix: Change prop from isActive to isVisible
1 parent 8beaeaf commit 552bb44

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/FocusLoop.vue

+2-2
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ export default {
3232
type: Boolean,
3333
default: false
3434
},
35-
isActive: {
35+
isVisible: {
3636
type: Boolean,
3737
default: false
3838
}
@@ -51,7 +51,7 @@ export default {
5151
},
5252
5353
watch: {
54-
isActive: 'focusFirst'
54+
isVisible: 'focusFirst'
5555
},
5656
5757
mounted () {

0 commit comments

Comments
 (0)