A normal page rendering, which is not engineered, is directly introduced into vue, an ordinary page rendering. I have tried to obtain data in created and mounted. Because I used echarts, I tried to initialize echarts, in mounted, but I could not find dom. I read the lifecycle carefully again, but still could not solve this problem after using nextTick. During the attempt, mounted acquired dom as null by accident. I don"t know if my asynchronous load data affects it.