fix(projects): fix tab fixedIndex as null case

This commit is contained in:
paynezhuang
2024-04-27 00:25:56 +08:00
parent 145300e95c
commit 4708eded4c
3 changed files with 5 additions and 5 deletions

View File

@ -198,7 +198,7 @@ declare namespace App {
/** The tab route full path */
fullPath: string;
/** The tab fixed index */
fixedIndex?: number;
fixedIndex?: number | null;
/**
* Tab icon
*