2
0
mirror of https://github.com/tenrok/vue-meta.git synced 2026-06-24 02:00:33 +03:00

fix: typescript declaration of titleTemplate (#603)

fix #527
This commit is contained in:
Nate Stringham
2020-09-05 12:19:11 -04:00
committed by GitHub
parent 64d6b3e87d
commit 8bb5176c0a
+1 -1
View File
@@ -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