mirror of
https://github.com/ArthurDanjou/artdanj-resume.git
synced 2026-01-14 13:54:02 +01:00
Working
This commit is contained in:
2
auto-imports.d.ts
vendored
2
auto-imports.d.ts
vendored
@@ -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
7
components.d.ts
vendored
@@ -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']
|
||||
|
||||
Reference in New Issue
Block a user