报错:Cannot read properties of null (reading ‘insertBefore’)Cannot read properties of null (reading ‘parentNode’)
vue3+element-plus
同样操作本地没有报错,打包部署后报错
操作:选择,点击弹出弹窗,关闭弹窗,再选择,点击弹窗不出现,报错
网上办法
1.el-dialog添加destroy-on-close(无用),我用的v-if也可以重新渲染
2. el-table(此操作没牵涉到)
3. v-if换成v-show,此操作没必要
4. 更新vue到最新版(最终解决)
npm install vue@latest