cart comp

This commit is contained in:
2020-10-21 17:53:22 -05:00
parent 1cc6644c95
commit 189b78ebea
4 changed files with 139 additions and 107 deletions
+7 -2
View File
@@ -1,12 +1,17 @@
<template>
<div class="container my-5">
<h1>Hola</h1>
<h1>Hola</h1>
</div>
</template>
<script>
export default {
export default {
components: {
}
}
</script>