feat: Implement course detail viewing and enrollment functionality with a new useCourse composable.

This commit is contained in:
supalerk-ar66 2026-02-11 17:06:18 +07:00
parent a65ded02f9
commit 23d9e44cc9
4 changed files with 65 additions and 27 deletions

View file

@ -36,7 +36,7 @@ export default defineNuxtConfig({
extras: {
fontIcons: ["material-icons"],
},
plugins: ["Notify"], // เปิดใช้ Plugin Notify
plugins: ["Notify", "Dialog"], // เปิดใช้ Plugin Notify และ Dialog
config: {
brand: { // กำหนดชุดสีหลัก (Theme Colors)
primary: "#4b82f7",