add heading to gallery-list filters
This commit is contained in:
parent
e3e9f84641
commit
72744aaed2
1 changed files with 2 additions and 1 deletions
|
@ -203,11 +203,12 @@ onMounted(async () => {
|
|||
.filters(
|
||||
v-if='galleryReady'
|
||||
)
|
||||
h2 Filters
|
||||
.category(
|
||||
v-for='(tags, category) in tagsByCategory'
|
||||
:id='category'
|
||||
)
|
||||
h2(
|
||||
h3(
|
||||
v-if='category !== "NoCategory"'
|
||||
) {{ category }}
|
||||
.input.labeled-checkbox(
|
||||
|
|
Loading…
Add table
Reference in a new issue