Skip to content

Commit

Permalink
fix: πŸ› VueMeta helper typing mistake
Browse files Browse the repository at this point in the history
  • Loading branch information
renoirb committed Oct 30, 2024
1 parent f911eea commit c99b11f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/runtime/vue-meta.ts
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ export const createVueMetaInfo = ({
description = '',
keywords = [],
redirect = '',
}: CreateVueMetaInfoOptions): MetaInfo => {
}: Partial<CreateVueMetaInfoOptions>): MetaInfo => {
const htmlAttrs: MetaInfo['htmlAttrs'] = {}
const meta: (Flatten<MetaInfo['meta']> | RefreshMetaInfo)[] = []

Expand Down

0 comments on commit c99b11f

Please sign in to comment.