Skip to content

Commit

Permalink
chore(#1235): fix highlight function name in explain (#1316)
Browse files Browse the repository at this point in the history
Closes #1315
  • Loading branch information
leiyre committed Mar 25, 2022
1 parent eb70459 commit 41b3321
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -58,7 +58,7 @@ export default {
}
return {
text: this.record.search_keywords
? this.$highlightKeyword(token.token, this.record.search_keywords)
? this.$highlightKeywords(token.token, this.record.search_keywords)
: token.token,
percent: percent.toString(),
grad,
Expand Down

0 comments on commit 41b3321

Please sign in to comment.