fixes ui
This commit is contained in:
parent
30583f3fbc
commit
a0c0a21cf0
src/routes/retailer
|
@ -1120,11 +1120,14 @@
|
|||
<v-alert class="alert-box-outline" type="error" text density="compact"
|
||||
>You have no items in your shopping cart.</v-alert
|
||||
>
|
||||
<p>
|
||||
<p class="
|
||||
|
||||
mt-2">
|
||||
Click
|
||||
<span
|
||||
class="
|
||||
mr-1
|
||||
mt-2
|
||||
text-decoration-none
|
||||
fontcolor-black-light
|
||||
fontsize-16
|
||||
|
@ -1594,7 +1597,8 @@ export default {
|
|||
goToShopping() {
|
||||
//window.open("/shop/category/stationery/1/9/position/10/e30=", "_self");
|
||||
this.$router.push({
|
||||
name: "HomePage",
|
||||
name: "MyAccountPage",
|
||||
|
||||
});
|
||||
},
|
||||
showTab(tab) {
|
||||
|
|
Loading…
Reference in New Issue