随笔分类 -  前端学习

vue自定义指令 自动获取焦点
摘要:点击查看代码 directives: { focus(el) { el.focus() } } 使用 v-focus 阅读全文
posted @ 2022-08-11 16:33 -s1o2 阅读(224) 评论(0) 推荐(0)