We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e2558a4 commit 028a1d7Copy full SHA for 028a1d7
src/components/Content.vue
@@ -230,7 +230,7 @@ onBeforeRouteUpdate(async (to) => {
230
<div class="tags-grid">
231
<a
232
class="tag-link tag-link-all"
233
- :class="{ 'tag-link-active': !route.query.tags }"
+ :class="{ 'tag-link-active': route.query.tags === undefined || route.query.tags === 'NONE' }"
234
@click.prevent="clearTagFilter()"
235
>
236
All
@@ -263,7 +263,6 @@ onBeforeRouteUpdate(async (to) => {
263
264
v-if="route.query.tags"
265
266
267
268
269
0 commit comments