diff --git a/lib/components/button-group.vue b/lib/components/button-group.vue index ca1d1fee30e..6219472f497 100755 --- a/lib/components/button-group.vue +++ b/lib/components/button-group.vue @@ -36,7 +36,7 @@ ]; }, isKeyNav() { - return this.toolbar && this.toolbarkeyNav; + return this.toolbar && this.toolbarKeyNav; } }, props: { @@ -56,7 +56,7 @@ type: String, default: null }, - toobarKeyNav: { + toolbarKeyNav: { type: Boolean, default: false }