vue mounted 内找不到dom
vue生命周期 mounted () { },如果生命周期还是不好用,在语句外套用this.$nextTick方法this.$nextTick(function () { this.x= document.getElementsByClassName('x')[0]})
·
vue生命周期
mounted () {
},
如果生命周期还是不好用,在语句外套用this.$nextTick方法
this.$nextTick(function () {
this.x= document.getElementsByClassName('x')[0]
})
更多推荐
已为社区贡献2条内容
所有评论(0)