this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

fixe Julien

+8 -4
+8 -4
components.d.ts
··· 1 1 // generated by unplugin-vue-components 2 2 // We suggest you to commit this file into source control 3 - // Read more: https://github.com/vuejs/vue-next/pull/3399 3 + // Read more: https://github.com/vuejs/core/pull/3399 4 + import '@vue/runtime-core' 4 5 5 - declare module 'vue' { 6 + export {} 7 + 8 + declare module '@vue/runtime-core' { 6 9 export interface GlobalComponents { 7 10 AboutMe: typeof import('./src/components/presentation/about-me.vue')['default'] 8 11 AppHeader: typeof import('./src/components/app-header.vue')['default'] ··· 10 13 CrcCard: typeof import('./src/components/architecture/crc-card.vue')['default'] 11 14 ForgettingCurve: typeof import('./src/components/smart-notes/forgetting-curve.vue')['default'] 12 15 JulienCalixte: typeof import('./src/components/core/julien-calixte.vue')['default'] 16 + MyBooks: typeof import('./src/components/presentation/my-books.vue')['default'] 13 17 MyProjects: typeof import('./src/components/presentation/my-projects.vue')['default'] 14 18 ProductionFlow: typeof import('./src/components/flow/ProductionFlow.vue')['default'] 19 + RouterLink: typeof import('vue-router')['RouterLink'] 20 + RouterView: typeof import('vue-router')['RouterView'] 15 21 ToucanIcon: typeof import('./src/components/core/toucan-icon.vue')['default'] 16 22 Welcome: typeof import('./src/components/Welcome.vue')['default'] 17 23 } 18 24 } 19 - 20 - export { }