Skip to content

Commit 6089dfc

Browse files
committed
fix: mark VueHeadMixin as not deprecated
Fixes #291
1 parent bd0bd37 commit 6089dfc

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

packages/vue/src/VueHeadMixin.ts

+1-3
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,7 @@ import { getCurrentInstance } from 'vue'
22
import { Vue3 } from './env'
33
import { useHead } from '.'
44

5-
/**
6-
* @deprecated No longer needed for Vue2 if using UnheadPlugin. Import { HeadOptions } from `@unhead/vue/vue2` and use Vue.mixin(HeadOptions) instead.
7-
*/
5+
86
export const VueHeadMixin = {
97
created() {
108
let source = false

0 commit comments

Comments
 (0)