fix: 修复typescript一些编译报错
This commit is contained in:
@@ -38,7 +38,7 @@ export interface TagView extends Partial<RouteLocationNormalized> {
|
||||
|
||||
export interface TagsViewState{
|
||||
visitedViews: TagView[],
|
||||
cachedViews: (string|undefined)[]
|
||||
cachedViews: (string)[]
|
||||
}
|
||||
|
||||
// 顶级类型声明
|
||||
|
||||
Reference in New Issue
Block a user