This commit is contained in:
梁灏 2019-04-09 14:17:28 +08:00
parent 9013c49d7c
commit bc56b632bc

View file

@ -8,6 +8,7 @@
:step="step"
:value="exportValue[0]"
:disabled="disabled"
:active-change="activeChange"
@on-change="handleInputChange"></Input-number>
<div
:class="[prefixCls + '-wrap']"
@ -148,6 +149,11 @@
},
name: {
type: String
},
// 3.4.0
activeChange: {
type: Boolean,
default: true
}
},
data () {