Compare commits
No commits in common. "965139f62623c7d5bb9d678127e0a8cfffdc41cc" and "09aef40b03db833b52beb65a70fca3742e628390" have entirely different histories.
965139f626
...
09aef40b03
2
components.d.ts
vendored
2
components.d.ts
vendored
@ -4,12 +4,10 @@
|
|||||||
|
|
||||||
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']
|
||||||
|
@ -10,7 +10,8 @@
|
|||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div id="app"></div>
|
<div id="app"></div>
|
||||||
<script></script>
|
<script>
|
||||||
|
</script>
|
||||||
<script>
|
<script>
|
||||||
(function() {
|
(function() {
|
||||||
const prefersDark = window.matchMedia && window.matchMedia('(prefers-color-scheme: dark)').matches
|
const prefersDark = window.matchMedia && window.matchMedia('(prefers-color-scheme: dark)').matches
|
||||||
|
@ -89,12 +89,6 @@ 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
|
||||||
|
@ -87,12 +87,6 @@ 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
|
||||||
|
@ -1,5 +1,4 @@
|
|||||||
APPNAME: CVgen
|
APPNAME: CVgen
|
||||||
APPHOME: /cv
|
|
||||||
ASSETS_PATH: /assets
|
ASSETS_PATH: /assets
|
||||||
MODEL_ID: cv
|
MODEL_ID: cv
|
||||||
URLKEY: "?k="
|
URLKEY: "?k="
|
||||||
|
Loading…
x
Reference in New Issue
Block a user