refactored checkout flow on button click from pricing page, started to redsign the checkout page

This commit is contained in:
2021-01-06 12:23:27 +01:00
parent ff03643ec7
commit d9ccca3a5e
11 changed files with 204 additions and 110 deletions

View File

@@ -24,16 +24,17 @@ export default {
password:null,
registerEmail:null
}),
props:['callbackargs'],
methods: {
...mapActions({
userLogin: 'User/userLogin',
userRegister: 'User/userRegister'
}),
onLogedIn () {
this.$emit('onLogedIn')
this.$emit('onLogedIn', this.callbackargs)
},
onRegistered () {
this.$emit('onRegistered')
this.$emit('onRegistered', this.callbackargs)
}
},
components: {