vue实现进入页面表单聚焦

<input type="text" ref="input"/>


<script>
    mounted(){
        this.$refs['input'].focus();
    
    }

</script>

 

posted @ 2017-11-24 17:43  rachelch  阅读(2644)  评论(0编辑  收藏  举报