chore: fix missing cv

This commit is contained in:
JesusPerez 2022-01-10 23:52:54 +00:00
parent 8469dfd134
commit 965139f626
3 changed files with 14 additions and 0 deletions

2
components.d.ts vendored
View File

@ -4,10 +4,12 @@
declare module 'vue' { declare module 'vue' {
export interface GlobalComponents { export interface GlobalComponents {
CarbonDicomOverlay: typeof import('~icons/carbon/dicom-overlay')['default']
CarbonEdit: typeof import('~icons/carbon/edit')['default'] CarbonEdit: typeof import('~icons/carbon/edit')['default']
CarbonErase: typeof import('~icons/carbon/erase')['default'] CarbonErase: typeof import('~icons/carbon/erase')['default']
CarbonHome: typeof import('~icons/carbon/home')['default'] CarbonHome: typeof import('~icons/carbon/home')['default']
CarbonLanguage: typeof import('~icons/carbon/language')['default'] CarbonLanguage: typeof import('~icons/carbon/language')['default']
CarbonWarning: typeof import('~icons/carbon/warning')['default']
Footer: typeof import('./src/components/Footer.vue')['default'] Footer: typeof import('./src/components/Footer.vue')['default']
MenuLocales: typeof import('./src/components/MenuLocales.vue')['default'] MenuLocales: typeof import('./src/components/MenuLocales.vue')['default']
MessageBox: typeof import('./src/components/MessageBox.vue')['default'] MessageBox: typeof import('./src/components/MessageBox.vue')['default']

View File

@ -89,6 +89,12 @@ cv:
onweb: On the Web onweb: On the Web
mission: Mission mission: Mission
mission_how: Missión detail mission_how: Missión detail
work_experience: Work Experience
projects: Projects
teaching: Teaching
talks: Talks
education: Education
others: Others
lang: lang:
spanish: Spanish spanish: Spanish

View File

@ -87,6 +87,12 @@ cv:
onweb: En la Web onweb: En la Web
mission: Misión mission: Misión
mission_how: Detalle misión mission_how: Detalle misión
work_experience: Experiencia
projects: Proyectos
education: Educación
teaching: Enseñanza
talks: Charlas
others: Otros
lang: lang:
spanish: Español spanish: Español