Skip to content

Commit

Permalink
feat: add custom metadata type for PageMeta (#2907)
Browse files Browse the repository at this point in the history
  • Loading branch information
itoao authored Aug 16, 2024
1 parent 1a8d365 commit bd7fd96
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions nuxt.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -333,6 +333,10 @@ declare global {
}

declare module '#app' {
interface PageMeta {
wideLayout?: boolean
}

interface RuntimeNuxtHooks {
'elk-logo:click': () => void
}
Expand Down

0 comments on commit bd7fd96

Please sign in to comment.