Lanhui Ou
Results
1
issues of
Lanhui Ou
// add new event handlers mounted () { if (this.fireOnEnabled) this.$el.addEventListener(this.fireOn, this.handleChange) +this.$el.addEventListener("compositionstart", this.IMEStart) +this.$el.addEventListener("compositionend", this.IMEEnd) +this.$el.addEventListener("compositionudpate", this.IMEUpdate) this.internalValue = this.value this.processHighlights() }, // value changed value() { +if(this.composing) +...