We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
VueHeadMixin
1 parent bd0bd37 commit 6089dfcCopy full SHA for 6089dfc
packages/vue/src/VueHeadMixin.ts
@@ -2,9 +2,7 @@ import { getCurrentInstance } from 'vue'
2
import { Vue3 } from './env'
3
import { useHead } from '.'
4
5
-/**
6
- * @deprecated No longer needed for Vue2 if using UnheadPlugin. Import { HeadOptions } from `@unhead/vue/vue2` and use Vue.mixin(HeadOptions) instead.
7
- */
+
8
export const VueHeadMixin = {
9
created() {
10
let source = false
0 commit comments