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 6f83206 commit e77f5eeCopy full SHA for e77f5ee
app/components/articles/ArticlesLayout.vue
@@ -29,7 +29,7 @@ defineProps<{
29
</div>
30
31
<aside class="right-aside">
32
- <ArticlesTagsFilter :all-tags="tags" />
+ <ArticlesTagsFilter :tags="tags" />
33
</aside>
34
35
</main>
0 commit comments