经常在项目中需要 创建弹框,弹框里进行一些dom的操作,插入播放器或者上传文件等等。 那么获取dom,经常是null或undefined
this.dialogVisible = true this.$nextTick(()=>{ let dom = document.getElementById('devModel') console.log(dom) })
this.$nextTick还是很有必要的东西