From 0cf585be90611989cd8954f40f1c7cbc49ece7dc Mon Sep 17 00:00:00 2001 From: mini2024 Date: Fri, 28 Mar 2025 00:43:59 +0800 Subject: [PATCH] =?UTF-8?q?=E6=89=8B=E5=8A=A8=E4=BF=AE=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/plugins/_.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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__;