赞
踩
1. 用法
在下次 DOM 更新循环结束之后执行延迟回调。在修改数据之后立即使用这个方法,获取更新后的 DOM
this.$nextTick(vm=>{ console.log(getDom) }) //或 await this.$nextTick() console.log(getDom)