vue-highlightable-input
vue-highlightable-input copied to clipboard
Add please custom events @focus and @blur like @input
<highlightable-input v-model="value" :highlight="highlight" @input="onInput" @focus="onFocus" @blur="onBlur" />