diff --git a/components.d.ts b/components.d.ts index 0fc204b..1536e56 100644 --- a/components.d.ts +++ b/components.d.ts @@ -1,11 +1,8 @@ // generated by unplugin-vue-components // We suggest you to commit this file into source control -// Read more: https://github.com/vuejs/core/pull/3399 -import '@vue/runtime-core' +// Read more: https://github.com/vuejs/vue-next/pull/3399 -export {} - -declare module '@vue/runtime-core' { +declare module 'vue' { export interface GlobalComponents { AboutMe: typeof import('./src/components/presentation/about-me.vue')['default'] AppHeader: typeof import('./src/components/app-header.vue')['default'] @@ -13,12 +10,11 @@ declare module '@vue/runtime-core' { CrcCard: typeof import('./src/components/architecture/crc-card.vue')['default'] ForgettingCurve: typeof import('./src/components/smart-notes/forgetting-curve.vue')['default'] JulienCalixte: typeof import('./src/components/core/julien-calixte.vue')['default'] - MyBooks: typeof import('./src/components/presentation/my-books.vue')['default'] MyProjects: typeof import('./src/components/presentation/my-projects.vue')['default'] ProductionFlow: typeof import('./src/components/flow/ProductionFlow.vue')['default'] - RouterLink: typeof import('vue-router')['RouterLink'] - RouterView: typeof import('vue-router')['RouterView'] ToucanIcon: typeof import('./src/components/core/toucan-icon.vue')['default'] Welcome: typeof import('./src/components/Welcome.vue')['default'] } } + +export { } diff --git a/src/components/Welcome.vue b/src/components/Welcome.vue index 49dc10c..d1982c6 100644 --- a/src/components/Welcome.vue +++ b/src/components/Welcome.vue @@ -8,7 +8,12 @@ - +

My books

+ +

+ I'm glad to share you the books I'm currently reading. +

+ diff --git a/src/components/presentation/my-books.vue b/src/pages/my-books.vue similarity index 90% rename from src/components/presentation/my-books.vue rename to src/pages/my-books.vue index 2538cd5..2a313e7 100644 --- a/src/components/presentation/my-books.vue +++ b/src/pages/my-books.vue @@ -1,8 +1,13 @@ + +title: My books + +