perf: theme

This commit is contained in:
xiaoxian521
2021-12-24 10:46:39 +08:00
parent ef91f113ee
commit 5070568b89
7 changed files with 51 additions and 5 deletions

View File

@@ -2,8 +2,8 @@ import { RouteLocationNormalized } from "vue-router";
export interface toRouteType extends RouteLocationNormalized {
meta: {
keepAlive: boolean;
keepAlive?: boolean;
refreshRedirect: string;
dynamicLevel: string;
dynamicLevel?: string;
};
}