feat: implement dashboard page displaying course progress, recommendations, and quick category navigation.

This commit is contained in:
supalerk-ar66 2026-03-04 10:41:53 +07:00
parent a3b2e55443
commit ebcae0b3e7
2 changed files with 5 additions and 5 deletions

View file

@ -27,8 +27,8 @@ onMounted(() => {
</script>
<template>
<!-- แสดง Loader ระหวางเปลยนหน หรอโหลดขอม -->
<GlobalLoader />
<!-- แสดงแถบโหลดดานบนจอ (Progress Bar) แทนการโหลดเตมหนาจอ -->
<NuxtLoadingIndicator color="#2563EB" :height="4" />
<!-- NuxtLayout: แสดง Layout กำหนดในแตละเพจ (default: layouts/default.vue) -->
<NuxtLayout>