vue3 ts 用$refs动态获取 dom 对象

helei 2023-6-7 596 6/7
import { getCurrentInstance, reactive, ref } from "vue"
const { proxy } = getCurrentInstance() as any
proxy.$refs.inpueOne.focus();
- THE END -

helei

6月07日17:31

最后修改:2023年6月7日
0

非特殊说明,本博所有文章均为博主原创。