因爲dom 元素是在渲染以後才能操做,因此若是想取到dom元素,要放到mounted()這個生命週期函數裏面,而且還要用this.$nextTick(function () {})javascript
this
.$nextTick(
function
() {})