Vue3+element UI:使用el-dialog时,对话框不出现解决方案

​​​​在这里插入图片描述

解决方案:在标签中,添加:append-to-body=“true”*,对话框即可弹出。*

你可能感兴趣的:(vue.js,javascript)