Compare commits
2 Commits
shoppinViews
..
cart
| Author | SHA1 | Date | |
|---|---|---|---|
| adb08a4b4a | |||
| 770c060a7d |
@@ -1,8 +1,4 @@
|
|||||||
<template>
|
<template>
|
||||||
<div>
|
|
||||||
<div>
|
|
||||||
<h1>Direcciones</h1>
|
|
||||||
</div>
|
|
||||||
<div>
|
<div>
|
||||||
|
|
||||||
<form class="mt-4" role="form" data-toggle="validator" >
|
<form class="mt-4" role="form" data-toggle="validator" >
|
||||||
@@ -186,7 +182,7 @@
|
|||||||
</div>
|
</div>
|
||||||
</form>
|
</form>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
<script>
|
<script>
|
||||||
@@ -233,3 +229,6 @@ export default {
|
|||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
|
<style>
|
||||||
|
|
||||||
|
</style>
|
||||||
@@ -3,10 +3,6 @@ import VueRouter from 'vue-router'
|
|||||||
|
|
||||||
import Home from './view/Home.vue'
|
import Home from './view/Home.vue'
|
||||||
import PersonalData from './view/PersonalData.vue'
|
import PersonalData from './view/PersonalData.vue'
|
||||||
import Cart from './view/Cart.vue'
|
|
||||||
import Pago from './view/Pago.vue'
|
|
||||||
import Envio from './view/Envio.vue'
|
|
||||||
import Direccion from './view/Direccion'
|
|
||||||
|
|
||||||
const routes = [
|
const routes = [
|
||||||
{
|
{
|
||||||
@@ -23,26 +19,6 @@ const routes = [
|
|||||||
path: '/datosPersonales',
|
path: '/datosPersonales',
|
||||||
component: PersonalData,
|
component: PersonalData,
|
||||||
name: 'personalData'
|
name: 'personalData'
|
||||||
},
|
|
||||||
{
|
|
||||||
path: '/cart',
|
|
||||||
component: Cart,
|
|
||||||
name: 'cart'
|
|
||||||
},
|
|
||||||
{
|
|
||||||
path: '/pago',
|
|
||||||
component: Pago,
|
|
||||||
name: 'pago'
|
|
||||||
},
|
|
||||||
{
|
|
||||||
path: '/envio',
|
|
||||||
component: Envio,
|
|
||||||
name: 'envio'
|
|
||||||
},
|
|
||||||
{
|
|
||||||
path: '/direcciones',
|
|
||||||
component: Direccion,
|
|
||||||
name: 'direcciones'
|
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|
||||||
|
|||||||
@@ -1,61 +0,0 @@
|
|||||||
<template>
|
|
||||||
<div>
|
|
||||||
<Header></Header>
|
|
||||||
|
|
||||||
<div class="my-5">
|
|
||||||
|
|
||||||
<div class="row">
|
|
||||||
|
|
||||||
<section class="col-10 col-sm-7 col-md-7 col-lg-7 col-xl-7 offset-1">
|
|
||||||
<ShoppingNav currentStep=2></ShoppingNav>
|
|
||||||
|
|
||||||
<Directions></Directions>
|
|
||||||
|
|
||||||
|
|
||||||
</section>
|
|
||||||
|
|
||||||
<aside id="CompraStatus" class="col-10 col-sm-2 col-md-2 col-lg-2 col-xl-2 offset-1 ">
|
|
||||||
<!-- <h3 class="text-center">status</h3> -->
|
|
||||||
<ShoppingStatus></ShoppingStatus>
|
|
||||||
</aside>
|
|
||||||
|
|
||||||
|
|
||||||
</div>
|
|
||||||
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<Footer></Footer>
|
|
||||||
</div>
|
|
||||||
</template>
|
|
||||||
|
|
||||||
<script>
|
|
||||||
import Header from '../components/Header'
|
|
||||||
import Footer from '../components/Footer'
|
|
||||||
import ShoppingNav from '../components/ShoppingNav'
|
|
||||||
import ShoppingStatus from '../components/ShoppingStatus'
|
|
||||||
import Directions from '../components/Directions'
|
|
||||||
|
|
||||||
export default {
|
|
||||||
components: {
|
|
||||||
Header,
|
|
||||||
Footer,
|
|
||||||
ShoppingNav,
|
|
||||||
ShoppingStatus,
|
|
||||||
Directions
|
|
||||||
}
|
|
||||||
}
|
|
||||||
</script>
|
|
||||||
|
|
||||||
<style scoped>
|
|
||||||
#CompraStatus{
|
|
||||||
padding: 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
@media screen and (max-width:760px ) {
|
|
||||||
#CompraStatus{
|
|
||||||
margin-top: 2rem;
|
|
||||||
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
</style>
|
|
||||||
@@ -1,60 +0,0 @@
|
|||||||
<template>
|
|
||||||
<div>
|
|
||||||
<Header></Header>
|
|
||||||
|
|
||||||
<div class="my-5">
|
|
||||||
|
|
||||||
<div class="row">
|
|
||||||
|
|
||||||
<section class="col-10 col-sm-7 col-md-7 col-lg-7 col-xl-7 offset-1">
|
|
||||||
<ShoppingNav currentStep=2></ShoppingNav>
|
|
||||||
|
|
||||||
<ShippingSection></ShippingSection>
|
|
||||||
|
|
||||||
</section>
|
|
||||||
|
|
||||||
<aside id="CompraStatus" class="col-10 col-sm-2 col-md-2 col-lg-2 col-xl-2 offset-1 ">
|
|
||||||
<!-- <h3 class="text-center">status</h3> -->
|
|
||||||
<ShoppingStatus></ShoppingStatus>
|
|
||||||
</aside>
|
|
||||||
|
|
||||||
|
|
||||||
</div>
|
|
||||||
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<Footer></Footer>
|
|
||||||
</div>
|
|
||||||
</template>
|
|
||||||
|
|
||||||
<script>
|
|
||||||
import Header from '../components/Header'
|
|
||||||
import Footer from '../components/Footer'
|
|
||||||
import ShoppingNav from '../components/ShoppingNav'
|
|
||||||
import ShoppingStatus from '../components/ShoppingStatus'
|
|
||||||
import ShippingSection from '../components/ShippingSection'
|
|
||||||
|
|
||||||
export default {
|
|
||||||
components: {
|
|
||||||
Header,
|
|
||||||
Footer,
|
|
||||||
ShoppingNav,
|
|
||||||
ShoppingStatus,
|
|
||||||
ShippingSection
|
|
||||||
}
|
|
||||||
}
|
|
||||||
</script>
|
|
||||||
|
|
||||||
<style scoped>
|
|
||||||
#CompraStatus{
|
|
||||||
padding: 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
@media screen and (max-width:760px ) {
|
|
||||||
#CompraStatus{
|
|
||||||
margin-top: 2rem;
|
|
||||||
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
</style>
|
|
||||||
+6
-5
@@ -1,9 +1,9 @@
|
|||||||
<template>
|
<template>
|
||||||
<div>
|
<div>
|
||||||
<Header></Header>
|
<Header></Header>
|
||||||
<div class="container my-5">
|
|
||||||
<h1 class="text-center">Home</h1>
|
<Cart></Cart>
|
||||||
</div>
|
|
||||||
<Footer></Footer>
|
<Footer></Footer>
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
@@ -11,13 +11,14 @@
|
|||||||
<script>
|
<script>
|
||||||
|
|
||||||
import Header from '../components/Header'
|
import Header from '../components/Header'
|
||||||
|
import Cart from '../components/Cart'
|
||||||
import Footer from '../components/Footer'
|
import Footer from '../components/Footer'
|
||||||
|
|
||||||
export default {
|
export default {
|
||||||
components: {
|
components: {
|
||||||
Header,
|
Header,
|
||||||
Footer,
|
Cart,
|
||||||
|
Footer
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
|
|||||||
@@ -1,61 +0,0 @@
|
|||||||
<template>
|
|
||||||
<div>
|
|
||||||
<Header></Header>
|
|
||||||
|
|
||||||
<div class="my-5">
|
|
||||||
|
|
||||||
<div class="row">
|
|
||||||
|
|
||||||
<section class="col-10 col-sm-7 col-md-7 col-lg-7 col-xl-7 offset-1">
|
|
||||||
<ShoppingNav currentStep=2></ShoppingNav>
|
|
||||||
|
|
||||||
<Payment></Payment>
|
|
||||||
|
|
||||||
|
|
||||||
</section>
|
|
||||||
|
|
||||||
<aside id="CompraStatus" class="col-10 col-sm-2 col-md-2 col-lg-2 col-xl-2 offset-1 ">
|
|
||||||
<!-- <h3 class="text-center">status</h3> -->
|
|
||||||
<ShoppingStatus></ShoppingStatus>
|
|
||||||
</aside>
|
|
||||||
|
|
||||||
|
|
||||||
</div>
|
|
||||||
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<Footer></Footer>
|
|
||||||
</div>
|
|
||||||
</template>
|
|
||||||
|
|
||||||
<script>
|
|
||||||
import Header from '../components/Header'
|
|
||||||
import Footer from '../components/Footer'
|
|
||||||
import ShoppingNav from '../components/ShoppingNav'
|
|
||||||
import ShoppingStatus from '../components/ShoppingStatus'
|
|
||||||
import Payment from '../components/Payment'
|
|
||||||
|
|
||||||
export default {
|
|
||||||
components: {
|
|
||||||
Header,
|
|
||||||
Footer,
|
|
||||||
ShoppingNav,
|
|
||||||
ShoppingStatus,
|
|
||||||
Payment
|
|
||||||
}
|
|
||||||
}
|
|
||||||
</script>
|
|
||||||
|
|
||||||
<style scoped>
|
|
||||||
#CompraStatus{
|
|
||||||
padding: 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
@media screen and (max-width:760px ) {
|
|
||||||
#CompraStatus{
|
|
||||||
margin-top: 2rem;
|
|
||||||
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
</style>
|
|
||||||
Reference in New Issue
Block a user