9 lines
117 B
TypeScript
9 lines
117 B
TypeScript
declare module '#app' {
|
|
interface PageMeta {
|
|
/** 隐藏侧边栏 */
|
|
hideSidebar?: boolean
|
|
}
|
|
}
|
|
|
|
export {}
|