We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 18bb96c commit 4d906b6Copy full SHA for 4d906b6
src/components/MdHighlightText/MdHighlightText.vue
@@ -20,7 +20,7 @@
20
const offset = text.toLowerCase().indexOf(term[0].toLowerCase())
21
22
if (offset === -1) {
23
- return null
+ return ''
24
}
25
26
let last = 0
0 commit comments