yyb
5 天以前 451c79860be3a1fca7270309831dc9c567a26b27
1
2
3
4
5
import type { Directive } from "vue";
const vFocus: Directive = {
    mounted: (el) => el.focus()
}
export default vFocus