vue-toggle-btn
vue-toggle-btn copied to clipboard
Options setting bug
Hi, you have a mistake in your code on setBindedProp() method:
setBindedProp(key, propToBind) { if (this.option[key][propToBind]) { this[key][propToBind] = this.option[key][propToBind]; } }
there are no option
property, but options should be used