全局loading 使用v-loading指令方式,因为Dialog的最外层元素是全屏,故遮罩为全屏。 <template> <div> <el-button type="text" @click="dialogVisible = true; loading = true">Open Dialog</el-button> <el-dialog title="提示" :visible.sync="dialogVisible" width="30%" v-loading="loading" > <span>...