报错上图所示, Avoid mutating a prop directly since the value will be overwritten whenever the parent component re-renders. Instead, use a data or computed p Read More
posted @ 2022-06-23 14:54
烂笔头~
Views(1168)
Comments(0)
Diggs(0)
解决办法,需给el-dialog 加上 append-to-body 代码如下: <el-dialog title="提示" append-to-body style="z-index:3000" :visible.sync="infoDialog" width="30%" :before-clos Read More
posted @ 2022-06-23 11:36
烂笔头~
Views(2270)
Comments(0)
Diggs(1)
如上图,报错 Error in nextTick: "Error: Initialize failed: invalid dom." dom未挂载完成,图表已经开始初始化了。 解决办法: 根据id获取图表信息换成,$refs拿取,且在初始化图表的时候加 this.$nextTick(() => () Read More
posted @ 2022-06-23 11:18
烂笔头~
Views(3157)
Comments(0)
Diggs(0)

浙公网安备 33010602011771号