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(
|
.filters(
|
||||||
v-if='galleryReady'
|
v-if='galleryReady'
|
||||||
)
|
)
|
||||||
|
h2 Filters
|
||||||
.category(
|
.category(
|
||||||
v-for='(tags, category) in tagsByCategory'
|
v-for='(tags, category) in tagsByCategory'
|
||||||
:id='category'
|
:id='category'
|
||||||
)
|
)
|
||||||
h2(
|
h3(
|
||||||
v-if='category !== "NoCategory"'
|
v-if='category !== "NoCategory"'
|
||||||
) {{ category }}
|
) {{ category }}
|
||||||
.input.labeled-checkbox(
|
.input.labeled-checkbox(
|
||||||
|
|
Loading…
Add table
Reference in a new issue