mirror of
https://github.com/elk-zone/elk
synced 2024-11-27 14:28:10 +09:00
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' {
|
declare module '#app' {
|
||||||
|
interface PageMeta {
|
||||||
|
wideLayout?: boolean
|
||||||
|
}
|
||||||
|
|
||||||
interface RuntimeNuxtHooks {
|
interface RuntimeNuxtHooks {
|
||||||
'elk-logo:click': () => void
|
'elk-logo:click': () => void
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user