mirror of
https://github.com/certd/certd.git
synced 2026-05-18 14:27:36 +08:00
chore: code format
This commit is contained in:
+1
-1
@@ -99,5 +99,5 @@ export type {
|
||||
PageTransitionType,
|
||||
PreferencesButtonPositionType,
|
||||
TabsStyleType,
|
||||
ThemeModeType
|
||||
ThemeModeType,
|
||||
};
|
||||
|
||||
+1
-1
@@ -115,5 +115,5 @@ export type {
|
||||
Nullable,
|
||||
ReadonlyRecordable,
|
||||
Recordable,
|
||||
TimeoutHandle
|
||||
TimeoutHandle,
|
||||
};
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
import type { RouteLocationNormalized } from 'vue-router';
|
||||
import type { RouteLocationNormalized } from "vue-router";
|
||||
|
||||
export type TabDefinition = RouteLocationNormalized;
|
||||
|
||||
Reference in New Issue
Block a user