Install & Download:
# Yarn
$ yarn add vue-highlighter
# NPM
$ npm install vue-highlighter --saveDescription:
A Vue directive for highlighting multiple instances of a word.
Preview:

Changelog:
v2.6.0 (10/09/2020)
- Enhancement: Hex color now accept also lowercase values (this result to be better than use .toUppercase() on string to test)