mirror of
https://github.com/WeBankFinTech/fes.js.git
synced 2025-06-29 10:04:44 +08:00
fix: 优化 layout ts
This commit is contained in:
parent
69ccb5bab8
commit
ebb5a5ef0d
6
packages/fes-plugin-layout/types.d.ts
vendored
6
packages/fes-plugin-layout/types.d.ts
vendored
@ -12,9 +12,9 @@ interface Menu {
|
||||
|
||||
declare module '@fesjs/fes' {
|
||||
interface RouteMeta {
|
||||
'keep-alive': boolean;
|
||||
layout: {
|
||||
navigation: 'side' | 'mixin' | 'top' | 'left-right' | null,
|
||||
'keep-alive'?: boolean;
|
||||
layout?: {
|
||||
navigation?: 'side' | 'mixin' | 'top' | 'left-right' | null,
|
||||
}
|
||||
}
|
||||
interface PluginBuildConfig {
|
||||
|
Loading…
x
Reference in New Issue
Block a user