Commit 4531254d authored by iamkun's avatar iamkun Committed by hetech

chore: Fix html tag error (#15331)

parent 4cb30744
...@@ -11,7 +11,7 @@ ...@@ -11,7 +11,7 @@
<template slot-scope="props"> <template slot-scope="props">
<p class="algolia-search-title" v-if="props.item.title"> <p class="algolia-search-title" v-if="props.item.title">
<span v-html="props.item.highlightedCompo"></span> <span v-html="props.item.highlightedCompo"></span>
<span class="algolia-search-separator">></span> <span class="algolia-search-separator"></span>
<span v-html="props.item.title"></span> <span v-html="props.item.title"></span>
</p> </p>
<p <p
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment