标签:function size export height ons UNC ida led input
html:
<Input name="a" v-model="formValidate.coName" placeholder="请输入姓名" v-bind:disabled="diasabledInput"></Input>
<script>
export default {
data () {
return {
diasabledInput:false,
}
},
methods: {
handleSubmit:function () {
if(this.diasabledInput){
this.diasabledInput=false;
}else{
this.diasabledInput=true;
}
}
}
标签:function size export height ons UNC ida led input
原文地址:https://www.cnblogs.com/aknife/p/11621625.html