cambios del 24 de abril

This commit is contained in:
2021-04-25 15:55:18 -05:00
parent 2b01e58388
commit 48dfb5e64f
19 changed files with 542 additions and 6462 deletions

15
APP/pages/index.vue Normal file
View File

@@ -0,0 +1,15 @@
<template>
<div>
<Prueba />
</div>
</template>
<script>
export default {
middleware: 'authenticated',
}
</script>
<style>
</style>