File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ element. You can specify the button's type by setting the prop `type` to `button
40
40
` submit ` or ` reset ` . The default type is ` button ` .
41
41
42
42
43
- ## Button Sizing
43
+ ## Button sizing
44
44
45
45
Fancy larger or smaller buttons? Specify ` lg ` or ` sm ` via the ` size ` prop.
46
46
@@ -87,7 +87,7 @@ works with buttons, rendered as `<a>` elements and `<router-link>`.
87
87
## Pressed state and toggling
88
88
89
89
Buttons will appear pressed (with a darker background, darker border, and inset shadow)
90
- when the prop ` presed ` is set to ` true ` .
90
+ when the prop ` pressed ` is set to ` true ` .
91
91
92
92
The ` pressed ` prop can be set to one of three values:
93
93
@@ -145,9 +145,9 @@ export default {
145
145
<!-- button-4.vue -->
146
146
```
147
147
148
- If using toggle button style for a radio or checkbox style interface, it is best to use hhe
148
+ If using toggle button style for a radio or checkbox style interface, it is best to use the
149
149
built-in ` button ` style support of [ ` <b-form-radio-group> ` ] ( /docs/components/form-radios ) and
150
- [ ` b-checkbox-group> ` ] ( /docs/components/form-checkboxes ) .
150
+ [ ` < b-checkbox-group>` ] ( /docs/components/form-checkboxes ) .
151
151
152
152
153
153
## Router link support
You can’t perform that action at this time.
0 commit comments