fix: 修复typescript一些编译报错

This commit is contained in:
郝先瑞
2022-01-19 23:40:25 +08:00
parent 16ebb4eb22
commit 9e15f53869
9 changed files with 74 additions and 61 deletions

View File

@@ -38,7 +38,7 @@ export interface TagView extends Partial<RouteLocationNormalized> {
export interface TagsViewState{
visitedViews: TagView[],
cachedViews: (string|undefined)[]
cachedViews: (string)[]
}
// 顶级类型声明