From f05e03e067bb0f8885a0717c88222ce63b148424 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=81=8C=E7=B3=96=E5=8C=85=E5=AD=90?= Date: Thu, 19 Jan 2023 23:15:46 +0800 Subject: [PATCH] =?UTF-8?q?=E5=BC=95=E5=85=A5message=E5=92=8Cmessage-box?= =?UTF-8?q?=E7=9A=84=E6=A0=B7=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/main.ts b/src/main.ts index 94ee0c4..e6ef261 100644 --- a/src/main.ts +++ b/src/main.ts @@ -11,6 +11,8 @@ const service = axios.create({ }) import { ElMessage, ElLoading } from 'element-plus' +import 'element-plus/theme-chalk/el-message.css' +import 'element-plus/theme-chalk/el-message-box.css' import * as ElementPlusIconsVue from '@element-plus/icons-vue' // 添加请求拦截器