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