perf: update SidebarItem
This commit is contained in:
parent
ebbca3dfa0
commit
e0870e03db
@ -75,6 +75,9 @@ function onCaretClick() {
|
||||
<!-- eslint-disable-next-line vue/no-v-html -->
|
||||
<Component :is="textTag" class="text" v-html="item.text" />
|
||||
</AutoLink>
|
||||
<!-- eslint-disable vue/no-v-text-v-html-on-component -->
|
||||
<!-- eslint-disable-next-line vue/no-v-html -->
|
||||
<Component :is="textTag" v-else class="text" v-html="item.text" />
|
||||
|
||||
<div
|
||||
v-if="item.collapsed != null"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user