feat: Implement course discovery page with category sidebar filtering.
This commit is contained in:
parent
1eeec4d22c
commit
8ba1239685
3 changed files with 12 additions and 5 deletions
|
|
@ -35,7 +35,6 @@ const getLocalizedText = (text: any) => {
|
|||
<q-item
|
||||
v-for="cat in showAllCategories ? categories : categories.slice(0, 4)"
|
||||
:key="cat.id"
|
||||
tag="label"
|
||||
clickable
|
||||
v-ripple
|
||||
dense
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue