forked from FoundKeyGang/FoundKey
fix(client): 絵文字一覧ページのタグ一覧をとりあえず無効に
重いため
This commit is contained in:
parent
5fd549656b
commit
4b8a2d2a6b
1 changed files with 2 additions and 0 deletions
|
@ -5,9 +5,11 @@
|
|||
<template #prefix><i class="fas fa-search"></i></template>
|
||||
</MkInput>
|
||||
|
||||
<!-- たくさんあると重い
|
||||
<div class="tags">
|
||||
<span class="tag _button" v-for="tag in tags" :class="{ active: selectedTags.has(tag) }" @click="toggleTag(tag)">{{ tag }}</span>
|
||||
</div>
|
||||
-->
|
||||
</div>
|
||||
|
||||
<MkFolder class="emojis" v-if="searchEmojis">
|
||||
|
|
Loading…
Reference in a new issue