fix #5583
This commit is contained in:
parent
9013c49d7c
commit
bc56b632bc
1 changed files with 6 additions and 0 deletions
|
@ -8,6 +8,7 @@
|
||||||
:step="step"
|
:step="step"
|
||||||
:value="exportValue[0]"
|
:value="exportValue[0]"
|
||||||
:disabled="disabled"
|
:disabled="disabled"
|
||||||
|
:active-change="activeChange"
|
||||||
@on-change="handleInputChange"></Input-number>
|
@on-change="handleInputChange"></Input-number>
|
||||||
<div
|
<div
|
||||||
:class="[prefixCls + '-wrap']"
|
:class="[prefixCls + '-wrap']"
|
||||||
|
@ -148,6 +149,11 @@
|
||||||
},
|
},
|
||||||
name: {
|
name: {
|
||||||
type: String
|
type: String
|
||||||
|
},
|
||||||
|
// 3.4.0
|
||||||
|
activeChange: {
|
||||||
|
type: Boolean,
|
||||||
|
default: true
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
data () {
|
data () {
|
||||||
|
|
Loading…
Add table
Reference in a new issue