fixes
This commit is contained in:
parent
de31262762
commit
2c3eacbade
|
@ -123,12 +123,10 @@
|
||||||
height="1"
|
height="1"
|
||||||
width="1"
|
width="1"
|
||||||
/>-->
|
/>-->
|
||||||
<FooterComponent />
|
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
<script>
|
<script>
|
||||||
const baseUrl = process.env.VUE_APP_BASE_URL;
|
const baseUrl = process.env.VUE_APP_BASE_URL;
|
||||||
import FooterComponent from "@/components/layout/footer/FooterComponent";
|
|
||||||
import ViewOrderTabs from "@/components/retailer/my-orders/ViewOrderTabs";
|
import ViewOrderTabs from "@/components/retailer/my-orders/ViewOrderTabs";
|
||||||
//import { getCookieByName } from "@/services/auth";
|
//import { getCookieByName } from "@/services/auth";
|
||||||
//import {goToCategoryPage} from "@/services/util.service";
|
//import {goToCategoryPage} from "@/services/util.service";
|
||||||
|
@ -141,7 +139,6 @@ export default {
|
||||||
};
|
};
|
||||||
},
|
},
|
||||||
components: {
|
components: {
|
||||||
FooterComponent,
|
|
||||||
ViewOrderTabs,
|
ViewOrderTabs,
|
||||||
},
|
},
|
||||||
watch: {},
|
watch: {},
|
||||||
|
|
Loading…
Reference in New Issue