1
0
mirror of https://github.com/taigrr/homer synced 2025-01-18 04:53:12 -08:00

bug: adds is-clickable class to tags

This commit is contained in:
Tai Groot 2020-10-28 21:59:40 -07:00
parent c30533045a
commit e207e58f6a
Signed by: taigrr
GPG Key ID: D00C269A87614812
2 changed files with 2 additions and 2 deletions

View File

@ -33,7 +33,7 @@ export default {};
</div>
<div
v-on:click="filterTag()"
class="tag"
class="tag is-clickable"
:class="item.tagstyle"
v-if="item.tag"
>

View File

@ -24,7 +24,7 @@
</div>
<div
v-on:click="filterTag()"
class="tag"
class="tag is-clickable"
:class="item.tagstyle"
v-if="item.tag"
>