elementUI el-input聚焦

时间:2019-07-31 15:22:59   收藏:0   阅读:486
           inputFocus(){
                this.$nextTick(function () {
                    this.$refs.customerInput.$el.querySelector(‘input‘).focus();
                });
            },

  1.组件

<el-button @click="inputFocus">聚焦按钮</el-button>
<el-input ref="customerInput" v-model="form.num" @blur="blurSearchFor"></el-input>

  

原文:https://www.cnblogs.com/dyy-dida/p/11276471.html

评论(0
© 2014 bubuko.com 版权所有 - 联系我们:wmxa8@hotmail.com
打开技术之扣,分享程序人生!