Skip to content

Commit

Permalink
chore: simplify
Browse files Browse the repository at this point in the history
  • Loading branch information
harlan-zw committed Feb 19, 2025
1 parent 035ae93 commit ad271cc
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions packages/vue/src/client.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,6 @@ export function createHead<T extends MergeHead>(options: CreateClientHeadOptions
render: createDebouncedFn(() => renderDOMHead(head), nextTick),
},
...options,
plugins: [
...(options.plugins || []),
],
}) as VueHeadClient<T>
head.install = vueInstall(head)
return head
Expand Down

0 comments on commit ad271cc

Please sign in to comment.