饿了么element 全屏加载中
const load = this.$loading({
lock: true,
text: '正在生成中...',
spinner: 'el-icon-loading',
background: 'rgba(0, 0, 0, 0.7)'
});
关闭:load.close()
const load = this.$loading({
lock: true,
text: '正在生成中...',
spinner: 'el-icon-loading',
background: 'rgba(0, 0, 0, 0.7)'
});
关闭:load.close()