手动修复

This commit is contained in:
mini2024
2025-03-28 00:43:59 +08:00
parent ba91e845d5
commit 0cf585be90

View File

@@ -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<Element> }) {
app.config.globalProperties.$__DEV__ = $__DEV__;