mirror of
https://github.com/tenrok/vue-meta.git
synced 2026-06-24 02:00:33 +03:00
Vendored
+1
-1
@@ -172,7 +172,7 @@ export interface NoScriptProperty extends MetaDataProperty {
|
|||||||
|
|
||||||
export interface MetaInfo {
|
export interface MetaInfo {
|
||||||
title?: string
|
title?: string
|
||||||
titleTemplate?: string | ((titleChunk: string) => string),
|
titleTemplate?: string | ((titleChunk: string) => string) | null,
|
||||||
|
|
||||||
htmlAttrs?: AttributeProperty
|
htmlAttrs?: AttributeProperty
|
||||||
headAttrs?: AttributeProperty
|
headAttrs?: AttributeProperty
|
||||||
|
|||||||
Reference in New Issue
Block a user