mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-24 00:23:50 +00:00
addAddress: improve boolean variables
This commit is contained in:
@@ -187,6 +187,9 @@ export default {
|
||||
},
|
||||
computed: {
|
||||
step1WithModal() {
|
||||
console.log('options displayText', this.options.button.displayText);
|
||||
console.log('options bindModal.step1', this.options.bindModal.step1);
|
||||
console.log('options bindModal.step2', this.options.bindModal.step2);
|
||||
return (this.options.bindModal !== null && typeof this.options.bindModal.step1 !== 'undefined') ?
|
||||
this.options.bindModal.step1 : this.default.bindModal.step1;
|
||||
},
|
||||
|
Reference in New Issue
Block a user