feat: add custom metadata type for PageMeta (#2907)
This commit is contained in:
parent
1a8d365779
commit
bd7fd961d0
@ -333,6 +333,10 @@ declare global {
|
||||
}
|
||||
|
||||
declare module '#app' {
|
||||
interface PageMeta {
|
||||
wideLayout?: boolean
|
||||
}
|
||||
|
||||
interface RuntimeNuxtHooks {
|
||||
'elk-logo:click': () => void
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user