因为dom 元素是在渲染以后才能操做,因此若是想取到dom元素,要放到mounted()这个生命周期函数里面,而且还要用this.$nextTick(function () {})javascript
this
.$nextTick(
function
() {})