Pre Merge pull request !87 from 这夏天依然平凡/dev

This commit is contained in:
这夏天依然平凡 2024-02-23 07:17:25 +00:00 committed by Gitee
commit 8eb1723f2f
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -32,6 +32,10 @@ VXETable.config({
zIndex: 999999
});
// 修改 el-dialog 默认点击遮照为不关闭
import { ElDialog } from 'element-plus';
ElDialog.props.closeOnClickModal.default = false;
const app = createApp(App);
app.use(ElementIcons);