feat: scaffold Nuxt 3 application with initial core pages, components, and comprehensive 'My Courses' view.
This commit is contained in:
parent
af7890cc8f
commit
0c0121eac7
7 changed files with 308 additions and 238 deletions
|
|
@ -33,6 +33,9 @@ export default defineNuxtConfig({
|
|||
|
||||
// การตั้งค่า Quasar Framework
|
||||
quasar: {
|
||||
extras: {
|
||||
fontIcons: ["material-icons"],
|
||||
},
|
||||
plugins: ["Notify"], // เปิดใช้ Plugin Notify
|
||||
config: {
|
||||
brand: { // กำหนดชุดสีหลัก (Theme Colors)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue