mirror of
https://github.com/certd/certd.git
synced 2026-05-16 13:17:29 +08:00
chore: code format
This commit is contained in:
@@ -10,7 +10,7 @@ function useNavigation() {
|
||||
|
||||
const routeMetaMap = new Map<string, RouteRecordNormalized>();
|
||||
|
||||
routes.forEach((route) => {
|
||||
routes.forEach(route => {
|
||||
routeMetaMap.set(route.path, route);
|
||||
});
|
||||
|
||||
@@ -24,7 +24,7 @@ function useNavigation() {
|
||||
} else {
|
||||
await router.push({
|
||||
path,
|
||||
query
|
||||
query,
|
||||
});
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user