refactor: course list fetching and filters

This commit is contained in:
Jannat Patel
2025-03-04 17:02:47 +05:30
parent 73379a1bd8
commit 47a30763a0
5 changed files with 401 additions and 285 deletions

View File

@@ -16,7 +16,7 @@
{{ __('Featured') }}
</Badge>
<div
v-for="tag in course.tags"
v-for="tag in course.tags?.split(',')"
class="text-xs bg-white text-gray-800 px-2 py-0.5 rounded-md"
>
{{ tag }}