mirror of
https://github.com/WeBankFinTech/fes.js.git
synced 2025-06-29 18:09:17 +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' {
|
declare module '@fesjs/fes' {
|
||||||
interface RouteMeta {
|
interface RouteMeta {
|
||||||
'keep-alive': boolean;
|
'keep-alive'?: boolean;
|
||||||
layout: {
|
layout?: {
|
||||||
navigation: 'side' | 'mixin' | 'top' | 'left-right' | null,
|
navigation?: 'side' | 'mixin' | 'top' | 'left-right' | null,
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
interface PluginBuildConfig {
|
interface PluginBuildConfig {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user