We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0e05305 + 4bd0fd5 commit 766fdfeCopy full SHA for 766fdfe
src/components/vsInputNumber/vsInputNumber.vue
@@ -22,6 +22,7 @@
22
:icon="iconDec"
23
></vs-icon>
24
</button>
25
+ <span v-if="label">{{ label }}</span>
26
<input
27
ref="input"
28
:style="styleInput"
@@ -92,6 +93,10 @@ export default {
92
93
default:'primary',
94
type:String
95
},
96
+ label: {
97
+ default: null,
98
+ type: String
99
+ },
100
max:{
101
default:null,
102
type:[Number,String]
0 commit comments