complete progress section

This commit is contained in:
HAM!DREZA
2024-07-01 23:09:43 +03:30
parent 87e16dc016
commit a8e723ddf0
28 changed files with 333 additions and 103 deletions
+9 -4
View File
@@ -11,13 +11,18 @@
</div>
</tab>
<tab :name=tab2>
محتوا دوم
<div class="me-[4vw] grid grid-cols-1 md:grid-cols-3 mt-[6vw] md:mt-[1.25vw] gap-[1vw]">
<div v-for="item in myCourses.data.value.course" :key="item.id">
<ProgressCard :item="item"/>
</div>
</div>
</tab>
<tab :name=tab3>
<!-- <tab :name=tab3>
محتوا سوم
</tab>
</tab> -->
<tab :name=tab4>
محتوا سوم
</tab>
</tabs>
</div>