mirror of
https://github.com/the1812/Bilibili-Evolved.git
synced 2025-11-04 21:22:45 +08:00
Fix eslint issue
This commit is contained in:
parent
98f8264598
commit
560e3b63b3
@ -21,7 +21,11 @@
|
|||||||
</div>
|
</div>
|
||||||
<div ref="list" class="launch-bar-suggest-list">
|
<div ref="list" class="launch-bar-suggest-list">
|
||||||
<div v-if="isHistory" class="launch-bar-history-list">
|
<div v-if="isHistory" class="launch-bar-history-list">
|
||||||
<div v-if="actions.length === 0" class="history-empty be-launch-bar-suggest-item disabled" tabindex="0">
|
<div
|
||||||
|
v-if="actions.length === 0"
|
||||||
|
class="history-empty be-launch-bar-suggest-item disabled"
|
||||||
|
tabindex="0"
|
||||||
|
>
|
||||||
暂无搜索历史
|
暂无搜索历史
|
||||||
</div>
|
</div>
|
||||||
<ActionItem
|
<ActionItem
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user