重いというか邪魔

This commit is contained in:
syuilo 2021-09-26 03:17:16 +09:00
parent 4b8a2d2a6b
commit 8d93f148be

View file

@ -5,7 +5,7 @@
<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>