Skip to content

Commit 64b25a3

Browse files
authored
Update form-spinbutton.js
1 parent 15e83c2 commit 64b25a3

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
@@ -30,7 +30,7 @@ const defaultNumber = (val, def) => {
3030
// @vue/cpmponent
3131
export const BFormSpinbutton = /*#__PURE__*/ Vue.extend({
3232
name: NAME,
33-
// mixins: [idMixin],
33+
mixins: [idMixin],
3434
inheritAttrs: false,
3535
props: {
3636
value: {

0 commit comments

Comments
 (0)