You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -96,7 +96,7 @@ Similarly, create split button dropdowns with virtually the same markup as singl
96
96
We use this extra class to reduce the horizontal `padding` on either side of the caret by 25% and remove the `margin-left` that's attached for normal button dropdowns. Those additional changes hold the caret centered in the split button and implement a more properly sized hit area next to the main button.
97
97
98
98
::: demo
99
-
<templatev-for="(item) in ['primary', 'secondary', 'success', 'info', 'warning', 'danger']">
99
+
<templatev-for="(item) in ['primary', 'secondary', 'success', 'info', 'warning', 'danger']":key="item">
0 commit comments