import { getCurrentInstance, reactive, ref } from "vue"
const { proxy } = getCurrentInstance() as any
proxy.$refs.inpueOne.focus();
- THE END -
最后修改:2023年6月7日
非特殊说明,本博所有文章均为博主原创。