autofocus失效

使用自定义指令

directives: { focus: { // 指令的定义 inserted: function (el) { el.focus() } } }

<el-button type="primary" plain v-focus>特性参数</el-button>

 

posted @ 2020-10-16 16:26  辛夷不改年年色  阅读(248)  评论(0)    收藏  举报