Skip to content

Commit

Permalink
fix(presets): add missing useSeoMeta in @vueuse/head preset (#360)
Browse files Browse the repository at this point in the history
  • Loading branch information
innocenzi committed Apr 12, 2023
1 parent bad3b6c commit 4ebf28a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/presets/vueuse-head.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,6 @@ import type { ImportsMap } from '../types'
export default <ImportsMap>({
'@vueuse/head': [
'useHead',
'useSeoMeta',
],
})

0 comments on commit 4ebf28a

Please sign in to comment.