Skip to content

Commit 9bb90e7

Browse files
authored
fix: input-number type not work (vueComponent#4049)
1 parent 23ab83c commit 9bb90e7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

components/vc-input-number/src/index.js

+1
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,7 @@ const inputNumberProps = {
7575
autoComplete: PropTypes.string,
7676
title: PropTypes.string,
7777
name: PropTypes.string,
78+
type: PropTypes.string,
7879
id: PropTypes.string,
7980
};
8081

0 commit comments

Comments
 (0)