代码批量prettier格式化
This commit is contained in:
@@ -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 }
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user