vue-toggle-btn icon indicating copy to clipboard operation
vue-toggle-btn copied to clipboard

Options setting bug

Open sol1n opened this issue 4 years ago • 0 comments

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

sol1n avatar Apr 30 '20 06:04 sol1n