页面加载时老是报错dom 未定义,平时页面使用window.onload 函数就好,但是在vue中不能直接那么些created() { this.$nextTick(() => { //此处调用需要的函数 });},