add loader on continue
This commit is contained in:
parent
4f6fb62909
commit
031049dcea
1 changed files with 2 additions and 0 deletions
|
|
@ -71,6 +71,7 @@ import siteSubHeader from '@/iss-components/site-sub-header/site-sub-header.vue'
|
||||||
import contentGroupModal from '@/iss-components/content-group-modal/content-group-modal.vue';
|
import contentGroupModal from '@/iss-components/content-group-modal/content-group-modal.vue';
|
||||||
import loadingModal from '@/iss-components/loading-modal/loading-modal.vue';
|
import loadingModal from '@/iss-components/loading-modal/loading-modal.vue';
|
||||||
import settleAllPromises from '@/helpers/layout-helper';
|
import settleAllPromises from '@/helpers/layout-helper';
|
||||||
|
import showIssLoadingModal from '@/helpers/loading-modal-helper';
|
||||||
import { useMainStore } from '@/store';
|
import { useMainStore } from '@/store';
|
||||||
import { fetchCmsContentForPage } from '@/helpers/cms-content-helper';
|
import { fetchCmsContentForPage } from '@/helpers/cms-content-helper';
|
||||||
import { Form } from 'vee-validate';
|
import { Form } from 'vee-validate';
|
||||||
|
|
@ -227,6 +228,7 @@ export default {
|
||||||
this.selectedPackageTier = packageTier;
|
this.selectedPackageTier = packageTier;
|
||||||
},
|
},
|
||||||
forwardButtonAction() {
|
forwardButtonAction() {
|
||||||
|
showIssLoadingModal(true);
|
||||||
const parts = {
|
const parts = {
|
||||||
vaps: this.selectedVaps
|
vaps: this.selectedVaps
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue