代码批量prettier格式化

This commit is contained in:
zhangdaiscott
2022-06-10 10:44:44 +08:00
parent 38db7196c7
commit 6995e5e280
741 changed files with 37384 additions and 40333 deletions

View File

@@ -30,6 +30,6 @@ export function useTitle() {
const tTitle = t(route?.meta?.title as string);
pageTitle.value = tTitle ? ` ${tTitle} - ${title} ` : `${title}`;
},
{ immediate: true },
{ immediate: true }
);
}