SSR-1063 needed to add baseFormMixin to payment-method page
This commit is contained in:
parent
3c90f560be
commit
421de749f4
1 changed files with 2 additions and 0 deletions
|
|
@ -41,6 +41,7 @@
|
|||
|
||||
<script>
|
||||
// Components
|
||||
import baseFormMixin from '@/mixins/base-form-mixin';
|
||||
import siteHeader from '@/iss-components/site-header/site-header.vue';
|
||||
import siteFooter from '@/iss-components/site-footer/site-footer.vue';
|
||||
import siteSubHeader from '@/iss-components/site-sub-header/site-sub-header.vue';
|
||||
|
|
@ -68,6 +69,7 @@ export default {
|
|||
reviewDropdown,
|
||||
paymentMethodQuestion
|
||||
},
|
||||
mixins: [baseFormMixin],
|
||||
async beforeRouteEnter(to, from, next) {
|
||||
// Call APIs
|
||||
const cmsContentPromise = fetchCmsContentForPage(to.query.issPage);
|
||||
|
|
|
|||
Loading…
Reference in a new issue