gaoluyang
6 天以前 3826c8f433a6beb6efc0db559300fed09b5d9997
src/directive/common/focus.ts
对比新文件
@@ -0,0 +1,7 @@
import type { Directive } from "vue";
const vFocus: Directive = {
    mounted: (el) => el.focus()
}
export default vFocus