From 051bdad4dd0b26cfc0484106c48a47ddcce434c2 Mon Sep 17 00:00:00 2001 From: Jethe Date: Wed, 26 Apr 2023 12:33:10 +0530 Subject: [PATCH] Update tpa-search.vue --- src/layouts/tpa-search/tpa-search.vue | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/layouts/tpa-search/tpa-search.vue b/src/layouts/tpa-search/tpa-search.vue index 20f579f1..f3bb24f5 100644 --- a/src/layouts/tpa-search/tpa-search.vue +++ b/src/layouts/tpa-search/tpa-search.vue @@ -26,16 +26,11 @@ import { fetchCmsContentForPage } from "@/helpers/cms-content-helper"; import { settleAllPromises } from "@/helpers/layout-helper"; import { Form } from "vee-validate"; import BaseFormMixin from '@/mixins/base-form-mixin.js'; -import { useMainStore } from '@/store'; export default { name: "tpa-search", mixins: [BaseFormMixin], data() { }, - setup() { - const mainStore = useMainStore(); - return { mainStore }; - }, async beforeRouteEnter(to, from, next) { // Call APIs