Skip to content

Commit

Permalink
fix(vue2): broken vue import
Browse files Browse the repository at this point in the history
  • Loading branch information
harlan-zw committed Sep 10, 2023
1 parent 3b4df7d commit ece35c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/vue/src/vue2/index.ts
@@ -1,4 +1,4 @@
import { getCurrentInstance } from 'vue/dist/vue'
import { getCurrentInstance } from 'vue'
import { headSymbol } from '../createHead'
import { useHead } from '../composables/useHead'
import type { VueHeadClient } from '../types'
Expand Down

0 comments on commit ece35c9

Please sign in to comment.