From e1e826565abaad1fe49389d8ad2eb7f7fdacc28a Mon Sep 17 00:00:00 2001 From: zmc <zmc_li@foxmail.com> Date: 星期二, 05 九月 2023 18:31:19 +0800 Subject: [PATCH] 接口 --- .eslintrc-auto-import.json | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/.eslintrc-auto-import.json b/.eslintrc-auto-import.json index 1078dcf..cb5e860 100644 --- a/.eslintrc-auto-import.json +++ b/.eslintrc-auto-import.json @@ -59,6 +59,7 @@ "watchEffect": true, "watchPostEffect": true, "watchSyncEffect": true, - "ElMessage": true + "ElMessage": true, + "ElMessageBox": true } } -- Gitblit v1.9.3