摘要: 使用自定义指令 directives: { focus: { // 指令的定义 inserted: function (el) { el.focus() } } } <el-button type="primary" plain v-focus>特性参数</el-button> 阅读全文
posted @ 2020-10-16 16:26 辛夷不改年年色 阅读(248) 评论(0) 推荐(0)