Skip to content

v-highlight ​

Function Introduction ​

Text highlighting

Example ​

Text highlightingText highlightingText highlighting

Usage ​

typescript
<tempalte>
  <span v-highlight>Text highlighting</span>
  <span v-highlight:red>Text highlighting</span>
  <span v-highlight:#3271ae>Text highlighting</span>
</template>

Released under the MIT License.