Skip to content

Commit 0e0ac18

Browse files
committed
fix(b-form-spinbutton): button markup
1 parent 46b8b92 commit 0e0ac18

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/form-spinbutton/form-spinbutton.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -518,7 +518,7 @@ export const BFormSpinbutton = /*#__PURE__*/ Vue.extend({
518518
touchstart: handler
519519
}
520520
},
521-
[h('div', [this.normalizeSlot(slotName, scope) || $icon])]
521+
[this.normalizeSlot(slotName, scope) || $icon]
522522
)
523523
}
524524
// TODO: Add button disabled state when `wrap` is `false` and at value max/min

0 commit comments

Comments
 (0)