feat: add CourseDetailView component for displaying course details, video preview, curriculum, and enrollment options.
This commit is contained in:
parent
23d9e44cc9
commit
a4772931ac
1 changed files with 0 additions and 3 deletions
|
|
@ -162,9 +162,6 @@ const handleEnroll = () => {
|
|||
{{ $t('course.free') }}
|
||||
</span>
|
||||
</div>
|
||||
<div v-if="course.price > 0" class="text-sm text-slate-500 dark:text-slate-400 mb-6 line-through">
|
||||
{{ formatPrice(Number(course.price) * 2) }}
|
||||
</div>
|
||||
|
||||
<q-btn
|
||||
unelevated
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue