add prop active-change

This commit is contained in:
huanghong 2018-08-28 15:15:49 +08:00
parent 7adf94a291
commit 457d6c69fc
2 changed files with 10 additions and 2 deletions

View file

@ -56,6 +56,10 @@
<InputNumber v-model="valueNull" style="width: 200px" :min='1' :max='10000' :precision='2' ></InputNumber>
<InputNumber v-model="valueNull" style="width: 200px" ></InputNumber>
<div style="margin:10px 0px">
<InputNumber :activeChange="false" v-model="valueNull" style="width: 200px" :min='1' :max='10000' :precision='2' ></InputNumber>
<InputNumber :activeChange="false" v-model="valueNull" style="width: 200px" ></InputNumber>
</div>
<div style="margin:10px 0px">
<InputNumber
:max="10000"