diff --git a/src/plugins/_.ts b/src/plugins/_.ts index dde304a..5afe23f 100644 --- a/src/plugins/_.ts +++ b/src/plugins/_.ts @@ -1,5 +1,5 @@ import { autoAnimatePlugin } from '@formkit/auto-animate/vue'; -import { createHead } from '@unhead/vue'; +import { createHead } from '@unhead/vue/client'; export function install({ app }: { app: import('vue').App }) { app.config.globalProperties.$__DEV__ = $__DEV__;