mirror of
https://github.com/elk-zone/elk.git
synced 2025-02-16 15:29:47 +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' {
|
declare module '#app' {
|
||||||
|
interface PageMeta {
|
||||||
|
wideLayout?: boolean
|
||||||
|
}
|
||||||
|
|
||||||
interface RuntimeNuxtHooks {
|
interface RuntimeNuxtHooks {
|
||||||
'elk-logo:click': () => void
|
'elk-logo:click': () => void
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue