This commit is contained in:
2022-07-11 14:17:51 +02:00
parent 761268969d
commit 17f3329b85
2 changed files with 6 additions and 3 deletions

2
auto-imports.d.ts vendored
View File

@@ -1,5 +1,5 @@
// Generated by 'unplugin-auto-import'
// We suggest you to commit this file into source control
export {}
declare global {
const EffectScope: typeof import('vue')['EffectScope']
const afterAll: typeof import('vitest')['afterAll']

7
components.d.ts vendored
View File

@@ -1,8 +1,11 @@
// generated by unplugin-vue-components
// We suggest you to commit this file into source control
// Read more: https://github.com/vuejs/vue-next/pull/3399
// Read more: https://github.com/vuejs/core/pull/3399
import '@vue/runtime-core'
declare module 'vue' {
export {}
declare module '@vue/runtime-core' {
export interface GlobalComponents {
AboutSection: typeof import('./src/components/AboutSection.vue')['default']
BackToSite: typeof import('./src/components/BackToSite.vue')['default']