feat: implement dashboard page displaying course progress, recommendations, and quick category navigation.
This commit is contained in:
parent
a3b2e55443
commit
ebcae0b3e7
2 changed files with 5 additions and 5 deletions
|
|
@ -27,8 +27,8 @@ onMounted(() => {
|
|||
</script>
|
||||
|
||||
<template>
|
||||
<!-- แสดง Loader ระหว่างเปลี่ยนหน้า หรือโหลดข้อมูล -->
|
||||
<GlobalLoader />
|
||||
<!-- แสดงแถบโหลดด้านบนจอ (Progress Bar) แทนการโหลดเต็มหน้าจอ -->
|
||||
<NuxtLoadingIndicator color="#2563EB" :height="4" />
|
||||
|
||||
<!-- NuxtLayout: แสดง Layout ที่กำหนดในแต่ละเพจ (default: layouts/default.vue) -->
|
||||
<NuxtLayout>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue