We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f104dc0 commit 378b932Copy full SHA for 378b932
lib/components/button.vue
@@ -62,7 +62,7 @@ export default {
62
return (this.href || this.to) ? 'b-link' : 'button';
63
},
64
btnBlock() {
65
- return this.block ? `btn-block` : '';
+ return this.block ? 'btn-block' : '';
66
67
btnVariant() {
68
return this.variant ? `btn-${this.variant}` : `btn-secondary`;
0 commit comments