fix: devmode

This commit is contained in:
xingyuv
2023-03-07 10:01:29 +08:00
parent 004d214a11
commit d35d27d197
3 changed files with 3 additions and 3 deletions

View File

@ -55,7 +55,7 @@ import 'highlight.js/styles/github.css' //导入代码高亮样式 新版
import Logger from '@/utils/Logger'
// 本地开发模式 全局引入 element-plus 样式,加快第一次进入速度
if (isDevMode() == true) {
if (isDevMode()) {
import('element-plus/dist/index.css')
}