百度了下,說(shuō)是dom沒(méi)有加載完的問(wèn)題,要放在this.$nextTick改成 mounted() { this.$nextTick(() => { this.drawLine(); }); }