格式化代码.

This commit is contained in:
lijiahang
2024-05-16 10:57:32 +08:00
parent d3a045ec20
commit 77cf635eea
39 changed files with 45 additions and 74 deletions

View File

@@ -1,4 +1,4 @@
import type { Router, LocationQueryRaw } from 'vue-router';
import type { LocationQueryRaw, Router } from 'vue-router';
import NProgress from 'nprogress';
import { useUserStore } from '@/store';
import { isLogin } from '@/utils/auth';

View File

@@ -1,4 +1,4 @@
import type { RouteMeta, NavigationGuard } from 'vue-router';
import type { NavigationGuard, RouteMeta } from 'vue-router';
import { defineComponent } from 'vue';
export type Component<T = any> =