This commit is contained in:
rakesh 2023-05-22 18:59:59 +05:30
parent 30583f3fbc
commit a0c0a21cf0
1 changed files with 6 additions and 2 deletions

View File

@ -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) {