首页
技术博客
登录
6mi
u
盘
搜
搜 索
技术博客
vue dom元素没有刷新,等待dom元素更新this.$nextTick,(如果ref对象存在v-if)
vue dom元素没有刷新,等待dom元素更新this.$nextTick,(如果ref对象存在v-if)
tech
2022-09-07
112
等待dom更新,在执行之后的代码。
this
.
$nextTick
(
(
)
=>
{
//操作dom部分代码
}
)
;
this
.
$nextTick
(
(
)
=>
{
let
a
=
this
.
$refs
.
dd
[
0
]
;
a
.
focus
(
)
;
}
)
;
转载请注明原文地址:https://tech.qufami.com/read-4452.html
最新回复
(
0
)