Cannot read properties of null (reading ‘insertBefore‘)和(reading ‘emitsOptions‘)
下面主要讲一下这个报错:在vue3项目中使用了element-plus中el-table组件,在el-table-column标签中通过v-slot插槽对列数据进行渲染,本地试过没有任何问题,但发到测试跟生产环境就会报错,而且控制台并没有报具体哪行的错误引发报错的代码:el-table-columnv-for="(item,index)incolumnData":key="index":fixed