vue-highlight-words
vue-highlight-words copied to clipboard
🖍 Vue component to highlight words within a larger body of text.
I have text ` I can do this Or I can do something else( 1 or 2) ` I just want **Or** to be highlighted not **or** I tried to...
Bumps [postcss](https://github.com/postcss/postcss) from 8.3.6 to 8.4.31. Release notes Sourced from postcss's releases. 8.4.31 Fixed \r parsing to fix CVE-2023-44270. 8.4.30 Improved source map performance (by @romainmenke). 8.4.29 Fixed Node#source.offset (by...
Bumps [async](https://github.com/caolan/async) from 2.6.3 to 2.6.4. Changelog Sourced from async's changelog. v2.6.4 Fix potential prototype pollution exploit (#1828) Commits c6bdaca Version 2.6.4 8870da9 Update built files 4df6754 update changelog 8f7f903...
Bumps [nanoid](https://github.com/ai/nanoid) from 3.1.25 to 3.3.6. Changelog Sourced from nanoid's changelog. 3.3.6 Fixed package. 3.3.5 Backport funding information. 3.3.4 Fixed --help in CLI (by @Lete114). 3.3.3 Reduced size (by Anton...
Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 2.9.10 to 2.9.16. Changelog Sourced from vite's changelog. 2.9.16 (2023-05-26) fix: port #13348 to v2, fs.deny with leading double slash (#13350) (7d8100a), closes #13348 #13350 2.9.15 (2022-08-12)...
Bumps [word-wrap](https://github.com/jonschlinkert/word-wrap) from 1.2.3 to 1.2.4. Release notes Sourced from word-wrap's releases. 1.2.4 What's Changed Remove default indent by @mohd-akram in jonschlinkert/word-wrap#24 🔒fix: CVE 2023 26115 (2) by @OlafConijn in...
need click event for hightlight words
Is there a way to highlight a range of text based on indices? For example: ``` const indices = ref([ { start: 0, end: 13 }, { start: 25, end:...