Terminada funcionalidad Administracion. Arreglado error en AnimeView. Agregado bug con el cual solo carga una variante de anime.

master
Fernando 2018-12-15 22:49:32 -05:00
parent 48cf239d6d
commit 15f2c45574
5 changed files with 26 additions and 0 deletions

View File

@ -0,0 +1,13 @@
<template>
$END$
</template>
<script>
export default {
name: "ListaDeCambios"
}
</script>
<style scoped>
</style>

13
src/views/Nosotros.vue Normal file
View File

@ -0,0 +1,13 @@
<template>
$END$
</template>
<script>
export default {
name: "Nosotros"
}
</script>
<style scoped>
</style>

View File

View File

View File