Vue2 & ElementUI实现管理后台之input得到焦点

在Vue中要给input设置焦点,须要注册自定义指令。html Vue.directive('focus', function (el, option) { var defClass = 'el-input', defTag = 'input'; var value = option.value || true; if (typeof value =
相关文章
相关标签/搜索