This commit is contained in:
rakesh 2022-02-09 15:33:33 +05:30
parent de31262762
commit 2c3eacbade
1 changed files with 0 additions and 3 deletions

View File

@ -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: {},