chore: Update @unhead/vue import in main.ts
All checks were successful
CI / cache-and-install (push) Successful in 2m2s

This commit is contained in:
严浩
2024-08-21 14:41:37 +08:00
parent 6b0bcb2caf
commit ad8ca857df

View File

@ -3,7 +3,7 @@ import 'virtual:uno.css';
import { createApp } from 'vue';
import { createPinia } from 'pinia';
import { createHead, unheadVueComposablesImports } from '@unhead/vue';
import { createHead } from '@unhead/vue';
import App from './App.vue';
import { router } from './router';