⚡ 格式化代码.
This commit is contained in:
@@ -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';
|
||||
|
||||
@@ -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> =
|
||||
|
||||
Reference in New Issue
Block a user