Campos de equipo agregados.

This commit is contained in:
alfredojl
2020-08-10 23:17:35 -05:00
parent 6edcfd4559
commit a48da7022b
6 changed files with 337 additions and 128 deletions
+2 -2
View File
@@ -1,5 +1,5 @@
<template>
<footer id="footer" v-if="['login'].includes($route.name)">
<footer id="footer" v-if="['login', 'start'].includes($route.name)">
<div class="separador"></div>
<div class="contenedor-footer p-3">
<div class="cont-text-foo text-white text-center">
@@ -13,7 +13,7 @@
permiso previo por escrito de la institución.
</p>
</div>
</div>
</div>
</footer>
</template>
+1 -1
View File
@@ -24,7 +24,7 @@
<div
class="header-f"
v-if="!['login'].includes($route.name)"
v-if="!['login', 'start'].includes($route.name)"
>
<div class="container d-flex justify-content-between py-1">