From e1023bb3313282b00d6dcdefd5d7e30d7aaa1bfc Mon Sep 17 00:00:00 2001 From: 疯狂的狮子Li <15040126243@163.com> Date: 星期四, 30 十一月 2023 11:13:29 +0800 Subject: [PATCH] update 优化 代码中存在的警告 --- vite/plugins/unocss.ts | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/vite/plugins/unocss.ts b/vite/plugins/unocss.ts index 997335a..76585c7 100644 --- a/vite/plugins/unocss.ts +++ b/vite/plugins/unocss.ts @@ -8,6 +8,7 @@ shortcuts: { 'panel-title': 'pb-[5px] font-sans leading-[1.1] font-medium text-base text-[#6379bb] border-b border-b-solid border-[var(--el-border-color-light)] mb-5 mt-0' - } + }, + hmrTopLevelAwait: false // unocss榛樿鏄痶rue锛屼綆鐗堟湰娴忚鍣ㄦ槸涓嶆敮鎸佺殑锛屽惎鍔ㄥ悗浼氭姤閿� }); }; -- Gitblit v1.9.3