// directives: {
// // 注册一个局部的自定义指令 v-focus
// focus: {
// // 指令的定义
// inserted(el) {
// // 聚焦元素
// el.querySelector('input').focus()
// },
// },
// },
自定义指令实现自动聚焦
最新推荐文章于 2025-04-27 22:34:27 发布