Skip to content
Permalink
Browse files
fix(b-form-spinbutton): button markup (#6101)
  • Loading branch information
jacobmllr95 committed Nov 29, 2020
1 parent dd23742 commit 5082976
Showing 1 changed file with 1 addition and 1 deletion.
@@ -518,7 +518,7 @@ export const BFormSpinbutton = /*#__PURE__*/ Vue.extend({
touchstart: handler
}
},
[h('div', [this.normalizeSlot(slotName, scope) || $icon])]
[this.normalizeSlot(slotName, scope) || $icon]
)
}
// TODO: Add button disabled state when `wrap` is `false` and at value max/min

0 comments on commit 5082976

Please sign in to comment.