chore: Fix html tag error (#15331)

pull/15414/head^2
iamkun 2019-04-29 16:25:38 +08:00 committed by hetech
parent 4cb307441a
commit 4531254d45
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@
<template slot-scope="props">
<p class="algolia-search-title" v-if="props.item.title">
<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>
</p>
<p