Skip to content

Commit 0a3774e

Browse files
authored
Update form-spinbutton.js
1 parent eeba07a commit 0a3774e

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
@@ -379,7 +379,7 @@ export const BFormSpinbutton = /*#__PURE__*/ Vue.extend({
379379
[h('div', {}, [$icon])]
380380
)
381381
}
382-
const $increment = makeButton(this.stepUp, this.labelIncrement, BIconPlus, 'inc'. 'ArrowUp')
382+
const $increment = makeButton(this.stepUp, this.labelIncrement, BIconPlus, 'inc', 'ArrowUp')
383383
const $decrement = makeButton(this.stepDown, this.labelDecrement, BIconDash, 'dec', 'ArrowDown')
384384

385385
let $hidden = h()

0 commit comments

Comments
 (0)