defaultOpen

This commit is contained in:
mattyatea 2024-01-03 02:13:25 +09:00
parent 1e8889ecfb
commit a4974e3c8a
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@ SPDX-License-Identifier: AGPL-3.0-only
</div>
<div v-for="category in categories">
<MkFoldableSection>
<MkFoldableSection :defaultOpen="false">
<template #header> {{ (category !== '') ? category : i18n.ts.other }}</template>
<div :class="$style.decorations">
<div v-for="avatarDecoration in avatarDecorations.filter(ad => ad.category === category)">