mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-11 08:33:53 +00:00
fix(schema): add missed types title
, bodyAttrs
, htmlAttrs
(#5184)
Co-authored-by: Daniel Roe <daniel@roe.dev>
This commit is contained in:
parent
fca2ed7cc5
commit
1e8fba8378
@ -23,4 +23,8 @@ export interface MetaObject extends Record<string, any> {
|
||||
script?: Array<Record<string, any>>
|
||||
|
||||
titleTemplate?: string | ((title: string) => string)
|
||||
title?: string
|
||||
|
||||
bodyAttrs?: Record<string, any>
|
||||
htmlAttrs?: Record<string, any>
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user