From c99b11f817b6929813b8ac61d4f031d07e50b0b4 Mon Sep 17 00:00:00 2001 From: Renoir Boulanger Date: Tue, 29 Oct 2024 23:10:44 -0400 Subject: [PATCH] =?UTF-8?q?fix:=20=F0=9F=90=9B=20VueMeta=20helper=20typing?= =?UTF-8?q?=20mistake?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lib/runtime/vue-meta.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/runtime/vue-meta.ts b/lib/runtime/vue-meta.ts index 086c6d77d..0d92561eb 100644 --- a/lib/runtime/vue-meta.ts +++ b/lib/runtime/vue-meta.ts @@ -72,7 +72,7 @@ export const createVueMetaInfo = ({ description = '', keywords = [], redirect = '', -}: CreateVueMetaInfoOptions): MetaInfo => { +}: Partial): MetaInfo => { const htmlAttrs: MetaInfo['htmlAttrs'] = {} const meta: (Flatten | RefreshMetaInfo)[] = []