mirror of
https://github.com/elk-zone/elk.git
synced 2024-11-21 17:05:22 +03:00
feat: add custom metadata type for PageMeta (#2907)
This commit is contained in:
parent
1a8d365779
commit
bd7fd961d0
1 changed files with 4 additions and 0 deletions
|
@ -333,6 +333,10 @@ declare global {
|
|||
}
|
||||
|
||||
declare module '#app' {
|
||||
interface PageMeta {
|
||||
wideLayout?: boolean
|
||||
}
|
||||
|
||||
interface RuntimeNuxtHooks {
|
||||
'elk-logo:click': () => void
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue