修复已知bug

This commit is contained in:
蒋吉兆
2021-03-21 22:57:18 +08:00
parent b9a9c5d917
commit 5b290ef0b1
2 changed files with 4 additions and 2 deletions

View File

@@ -51,7 +51,8 @@ import {
InputNumber,
Steps,
Upload,
Progress
Progress,
MessageBox
} from 'element-ui';
Vue.use(Button);
@@ -105,6 +106,7 @@ Vue.use(Loading.directive);
Vue.prototype.$loading = Loading.service;
Vue.prototype.$message = Message;
Vue.prototype.$confirm = MessageBox.confirm;
Dialog.props.closeOnClickModal.default = false
// 引入封装的router