Enabling continue upon state update
This commit is contained in:
parent
14ed11a4f2
commit
72e86b3cdd
1 changed files with 3 additions and 0 deletions
|
|
@ -222,6 +222,9 @@ export default {
|
|||
},
|
||||
registrationZipCode() {
|
||||
this.$refs.siteFooter.updateButtonText(this.getCmsContent('SiteFooterWidget', 'ForwardButtonText'));
|
||||
},
|
||||
licenseState() {
|
||||
this.$refs.siteFooter.enableForwardAction();
|
||||
}
|
||||
},
|
||||
mounted() {
|
||||
|
|
|
|||
Loading…
Reference in a new issue