mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-05-04 13:56:07 +02:00
Quick search results count
This commit is contained in:
@@ -755,6 +755,9 @@ html
|
|||||||
//- friends
|
//- friends
|
||||||
.x-aside-container
|
.x-aside-container
|
||||||
el-select(v-model="quickSearch" clearable placeholder="Search" filterable remote :remote-method="quickSearchRemoteMethod" popper-class="x-quick-search" @change="quickSearchChange" @visible-change="quickSearchVisibleChange" style="flex:none;padding:10px")
|
el-select(v-model="quickSearch" clearable placeholder="Search" filterable remote :remote-method="quickSearchRemoteMethod" popper-class="x-quick-search" @change="quickSearchChange" @visible-change="quickSearchVisibleChange" style="flex:none;padding:10px")
|
||||||
|
.el-select-dropdown__item
|
||||||
|
.x-friend-item
|
||||||
|
span Results: #[span(v-text="quickSearchItems.length - 1" style="font-weight:bold")]
|
||||||
el-option(v-for="item in quickSearchItems" :key="item.value" :value="item.value" :label="item.label")
|
el-option(v-for="item in quickSearchItems" :key="item.value" :value="item.value" :label="item.label")
|
||||||
.x-friend-item
|
.x-friend-item
|
||||||
template(v-if="item.ref")
|
template(v-if="item.ref")
|
||||||
|
|||||||
Reference in New Issue
Block a user