Compare commits
2 Commits
09aef40b03
...
965139f626
Author | SHA1 | Date | |
---|---|---|---|
965139f626 | |||
8469dfd134 |
2
components.d.ts
vendored
2
components.d.ts
vendored
@ -4,10 +4,12 @@
|
||||
|
||||
declare module 'vue' {
|
||||
export interface GlobalComponents {
|
||||
CarbonDicomOverlay: typeof import('~icons/carbon/dicom-overlay')['default']
|
||||
CarbonEdit: typeof import('~icons/carbon/edit')['default']
|
||||
CarbonErase: typeof import('~icons/carbon/erase')['default']
|
||||
CarbonHome: typeof import('~icons/carbon/home')['default']
|
||||
CarbonLanguage: typeof import('~icons/carbon/language')['default']
|
||||
CarbonWarning: typeof import('~icons/carbon/warning')['default']
|
||||
Footer: typeof import('./src/components/Footer.vue')['default']
|
||||
MenuLocales: typeof import('./src/components/MenuLocales.vue')['default']
|
||||
MessageBox: typeof import('./src/components/MessageBox.vue')['default']
|
||||
|
@ -10,8 +10,7 @@
|
||||
</head>
|
||||
<body>
|
||||
<div id="app"></div>
|
||||
<script>
|
||||
</script>
|
||||
<script></script>
|
||||
<script>
|
||||
(function() {
|
||||
const prefersDark = window.matchMedia && window.matchMedia('(prefers-color-scheme: dark)').matches
|
||||
|
@ -89,6 +89,12 @@ cv:
|
||||
onweb: On the Web
|
||||
mission: Mission
|
||||
mission_how: Missión detail
|
||||
work_experience: Work Experience
|
||||
projects: Projects
|
||||
teaching: Teaching
|
||||
talks: Talks
|
||||
education: Education
|
||||
others: Others
|
||||
|
||||
lang:
|
||||
spanish: Spanish
|
||||
|
@ -87,6 +87,12 @@ cv:
|
||||
onweb: En la Web
|
||||
mission: Misión
|
||||
mission_how: Detalle misión
|
||||
work_experience: Experiencia
|
||||
projects: Proyectos
|
||||
education: Educación
|
||||
teaching: Enseñanza
|
||||
talks: Charlas
|
||||
others: Otros
|
||||
|
||||
lang:
|
||||
spanish: Español
|
||||
|
@ -1,4 +1,5 @@
|
||||
APPNAME: CVgen
|
||||
APPHOME: /cv
|
||||
ASSETS_PATH: /assets
|
||||
MODEL_ID: cv
|
||||
URLKEY: "?k="
|
||||
|
Loading…
Reference in New Issue
Block a user