refactor: 前端统一使用prettier格式化&枚举值统一管理

This commit is contained in:
meilin.huang
2023-07-06 20:59:22 +08:00
parent f25bdb07ce
commit 5463ae9d7e
125 changed files with 3932 additions and 3735 deletions

View File

@@ -1,5 +1,5 @@
import { nextTick } from 'vue';
import loadingCss from "@/theme/loading.scss?inline"
import loadingCss from '@/theme/loading.scss?inline';
// 定义方法
export const NextLoading = {