order tag

This commit is contained in:
Julien Calixte
2022-12-11 22:51:38 +01:00
parent 5c07bad59b
commit ed33e0f127
3 changed files with 31 additions and 2 deletions

1
components.d.ts vendored
View File

@@ -15,6 +15,7 @@ declare module '@vue/runtime-core' {
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']
OrderTag: typeof import('./src/components/core/order-tag.vue')['default']
ProductionFlow: typeof import('./src/components/flow/ProductionFlow.vue')['default']
RouterLink: typeof import('vue-router')['RouterLink']
RouterView: typeof import('vue-router')['RouterView']