mirror of
https://gitee.com/ElemeFE/element.git
synced 2024-12-02 04:08:10 +08:00
chore: Fix html tag error (#15331)
This commit is contained in:
parent
4cb307441a
commit
4531254d45
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user