222
This commit is contained in:
@@ -15,5 +15,7 @@ export const layout = {
|
||||
empty: 'empty'
|
||||
} as const
|
||||
|
||||
// 类型定义
|
||||
export type LayoutValue = typeof layout.default | typeof layout.empty
|
||||
// 定义布局常量
|
||||
export const middleware = {
|
||||
loading: 'page-loading'
|
||||
} as const
|
||||
Reference in New Issue
Block a user