VueMacros
All checks were successful
CI / cache-and-install (push) Successful in 1m25s

This commit is contained in:
严浩
2024-08-26 12:07:57 +08:00
parent 9fe54c151e
commit b7913ae47c
18 changed files with 966 additions and 495 deletions

1
auto-imports.d.ts vendored
View File

@ -70,7 +70,6 @@ declare global {
const useCssVars: typeof import('vue')['useCssVars']
const useHead: typeof import('@unhead/vue')['useHead']
const useHeadSafe: typeof import('@unhead/vue')['useHeadSafe']
const useLink: typeof import('vue-router')['useLink']
const useRoute: typeof import('vue-router')['useRoute']
const useRouter: typeof import('vue-router')['useRouter']
const useSeoMeta: typeof import('@unhead/vue')['useSeoMeta']