feat: implement course discovery page with category filtering, search, and pagination.
This commit is contained in:
parent
e34f2d84da
commit
4e7c25e293
2 changed files with 17 additions and 3 deletions
|
|
@ -29,8 +29,6 @@ const getLocalizedText = (text: any) => {
|
|||
:label="`หมวดหมู่ (${modelValue.length})`"
|
||||
class="font-bold text-slate-900 dark:text-white"
|
||||
header-class="bg-white dark:bg-slate-900"
|
||||
text-color="slate-900"
|
||||
:header-style="{ color: '#0f172a' }"
|
||||
default-opened
|
||||
>
|
||||
<q-list class="bg-white dark:bg-slate-900 border-t border-slate-200 dark:border-slate-800">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue