mirror of
https://github.com/soybeanjs/soybean-admin.git
synced 2025-12-26 01:35:59 +08:00
perf(hooks): perf useHookTable
This commit is contained in:
2
src/typings/storage.d.ts
vendored
2
src/typings/storage.d.ts
vendored
@@ -18,6 +18,6 @@ declare namespace StorageInterface {
|
||||
/** 多页签路由信息 */
|
||||
multiTabRoutes: App.GlobalTabRoute[];
|
||||
/** 本地语言缓存 */
|
||||
lang: I18nType.langType;
|
||||
lang: I18nType.LangType;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user