feat: Implement course detail viewing and enrollment functionality with a new useCourse composable.
This commit is contained in:
parent
a65ded02f9
commit
23d9e44cc9
4 changed files with 65 additions and 27 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue