sort tables ok

This commit is contained in:
2021-06-15 19:36:51 -05:00
parent 6dbb3c80c5
commit 14f9937d93
11 changed files with 109 additions and 85 deletions

View File

@@ -7,6 +7,9 @@
<script>
export default {
middleware: 'authenticated',
mounted(){
$nuxt.$router.push("/compras")
}
}
</script>