%PDF- %PDF-
Direktori : /home/forge/takeaseat.eco-n-tech.co.uk/.nuxt/components/ |
Current File : //home/forge/takeaseat.eco-n-tech.co.uk/.nuxt/components/plugin.js |
import Vue from 'vue' import { wrapFunctional } from './utils' const components = { CookieBanner: () => import('../../components/CookieBanner.vue' /* webpackChunkName: "components/cookie-banner" */).then(c => wrapFunctional(c.default || c)), LoginForm: () => import('../../components/LoginForm.vue' /* webpackChunkName: "components/login-form" */).then(c => wrapFunctional(c.default || c)), SearchForm: () => import('../../components/SearchForm.vue' /* webpackChunkName: "components/search-form" */).then(c => wrapFunctional(c.default || c)), MoneyManagerNav: () => import('../../components/blocks/MoneyManagerNav.vue' /* webpackChunkName: "components/money-manager-nav" */).then(c => wrapFunctional(c.default || c)), NextAvailability: () => import('../../components/blocks/NextAvailability.vue' /* webpackChunkName: "components/next-availability" */).then(c => wrapFunctional(c.default || c)), TherapistFilters: () => import('../../components/blocks/TherapistFilters.vue' /* webpackChunkName: "components/therapist-filters" */).then(c => wrapFunctional(c.default || c)), TherapistPrice: () => import('../../components/blocks/TherapistPrice.vue' /* webpackChunkName: "components/therapist-price" */).then(c => wrapFunctional(c.default || c)), Footer: () => import('../../components/layout/Footer.vue' /* webpackChunkName: "components/footer" */).then(c => wrapFunctional(c.default || c)), Header: () => import('../../components/layout/Header.vue' /* webpackChunkName: "components/header" */).then(c => wrapFunctional(c.default || c)), PageHeader: () => import('../../components/layout/PageHeader.vue' /* webpackChunkName: "components/page-header" */).then(c => wrapFunctional(c.default || c)), Booking: () => import('../../components/partials/Booking.vue' /* webpackChunkName: "components/booking" */).then(c => wrapFunctional(c.default || c)), Client: () => import('../../components/partials/Client.vue' /* webpackChunkName: "components/client" */).then(c => wrapFunctional(c.default || c)), Invitation: () => import('../../components/partials/Invitation.vue' /* webpackChunkName: "components/invitation" */).then(c => wrapFunctional(c.default || c)), Message: () => import('../../components/partials/Message.vue' /* webpackChunkName: "components/message" */).then(c => wrapFunctional(c.default || c)), Payment: () => import('../../components/partials/Payment.vue' /* webpackChunkName: "components/payment" */).then(c => wrapFunctional(c.default || c)), Post: () => import('../../components/partials/Post.vue' /* webpackChunkName: "components/post" */).then(c => wrapFunctional(c.default || c)), Therapist: () => import('../../components/partials/Therapist.vue' /* webpackChunkName: "components/therapist" */).then(c => wrapFunctional(c.default || c)), Block: () => import('../../components/slots/Block.vue' /* webpackChunkName: "components/block" */).then(c => wrapFunctional(c.default || c)), Modal: () => import('../../components/slots/Modal.vue' /* webpackChunkName: "components/modal" */).then(c => wrapFunctional(c.default || c)), Widget: () => import('../../components/slots/Widget.vue' /* webpackChunkName: "components/widget" */).then(c => wrapFunctional(c.default || c)), AccountNav: () => import('../../components/blocks/Account/AccountNav.vue' /* webpackChunkName: "components/account-nav" */).then(c => wrapFunctional(c.default || c)), AccountProgressBar: () => import('../../components/blocks/Account/AccountProgressBar.vue' /* webpackChunkName: "components/account-progress-bar" */).then(c => wrapFunctional(c.default || c)), PaymentStep: () => import('../../components/blocks/Booking/PaymentStep.vue' /* webpackChunkName: "components/payment-step" */).then(c => wrapFunctional(c.default || c)), RegisterStep: () => import('../../components/blocks/Booking/RegisterStep.vue' /* webpackChunkName: "components/register-step" */).then(c => wrapFunctional(c.default || c)), SummaryStep: () => import('../../components/blocks/Booking/SummaryStep.vue' /* webpackChunkName: "components/summary-step" */).then(c => wrapFunctional(c.default || c)), LoggedInMenu: () => import('../../components/layout/Menu/LoggedInMenu.vue' /* webpackChunkName: "components/logged-in-menu" */).then(c => wrapFunctional(c.default || c)), LoggedOutMenu: () => import('../../components/layout/Menu/LoggedOutMenu.vue' /* webpackChunkName: "components/logged-out-menu" */).then(c => wrapFunctional(c.default || c)), AccountPayouts: () => import('../../components/blocks/Account/financial/AccountPayouts.vue' /* webpackChunkName: "components/account-payouts" */).then(c => wrapFunctional(c.default || c)), AccountSubscription: () => import('../../components/blocks/Account/financial/AccountSubscription.vue' /* webpackChunkName: "components/account-subscription" */).then(c => wrapFunctional(c.default || c)), SavedCards: () => import('../../components/blocks/Account/financial/SavedCards.vue' /* webpackChunkName: "components/saved-cards" */).then(c => wrapFunctional(c.default || c)), Personalisation: () => import('../../components/blocks/Account/profile/Personalisation.vue' /* webpackChunkName: "components/personalisation" */).then(c => wrapFunctional(c.default || c)), ProfileRates: () => import('../../components/blocks/Account/profile/ProfileRates.vue' /* webpackChunkName: "components/profile-rates" */).then(c => wrapFunctional(c.default || c)), ProfileSessionTypes: () => import('../../components/blocks/Account/profile/ProfileSessionTypes.vue' /* webpackChunkName: "components/profile-session-types" */).then(c => wrapFunctional(c.default || c)), QuestionSectionOne: () => import('../../components/blocks/Account/profile/QuestionSectionOne.vue' /* webpackChunkName: "components/question-section-one" */).then(c => wrapFunctional(c.default || c)), QuestionSectionTwo: () => import('../../components/blocks/Account/profile/QuestionSectionTwo.vue' /* webpackChunkName: "components/question-section-two" */).then(c => wrapFunctional(c.default || c)), AccountBusiness: () => import('../../components/blocks/Account/settings/AccountBusiness.vue' /* webpackChunkName: "components/account-business" */).then(c => wrapFunctional(c.default || c)), AccountLocations: () => import('../../components/blocks/Account/settings/AccountLocations.vue' /* webpackChunkName: "components/account-locations" */).then(c => wrapFunctional(c.default || c)), AccountPersonal: () => import('../../components/blocks/Account/settings/AccountPersonal.vue' /* webpackChunkName: "components/account-personal" */).then(c => wrapFunctional(c.default || c)), AccountSecurity: () => import('../../components/blocks/Account/settings/AccountSecurity.vue' /* webpackChunkName: "components/account-security" */).then(c => wrapFunctional(c.default || c)), AccountSocial: () => import('../../components/blocks/Account/settings/AccountSocial.vue' /* webpackChunkName: "components/account-social" */).then(c => wrapFunctional(c.default || c)), Insurance: () => import('../../components/blocks/Account/verification/Insurance.vue' /* webpackChunkName: "components/insurance" */).then(c => wrapFunctional(c.default || c)), Memberships: () => import('../../components/blocks/Account/verification/Memberships.vue' /* webpackChunkName: "components/memberships" */).then(c => wrapFunctional(c.default || c)), Qualifications: () => import('../../components/blocks/Account/verification/Qualifications.vue' /* webpackChunkName: "components/qualifications" */).then(c => wrapFunctional(c.default || c)), NewCardModal: () => import('../../components/blocks/Account/financial/Modals/NewCardModal.vue' /* webpackChunkName: "components/new-card-modal" */).then(c => wrapFunctional(c.default || c)), SubscriptionCardModal: () => import('../../components/blocks/Account/financial/Modals/SubscriptionCardModal.vue' /* webpackChunkName: "components/subscription-card-modal" */).then(c => wrapFunctional(c.default || c)) } for (const name in components) { Vue.component(name, components[name]) Vue.component('Lazy' + name, components[name]) }