feat: Add initial frontend setup including authentication, instructor, and admin course management modules.

This commit is contained in:
Missez 2026-01-28 13:38:54 +07:00
parent 9fd217e1db
commit 19844f343b
16 changed files with 2065 additions and 293 deletions

View file

@ -30,6 +30,8 @@
val => !!val || 'กรุณากรอกรหัสผ่าน',
val => val.length >= 8 || 'รหัสผ่านต้องมีอย่างน้อย 8 ตัวอักษร'
]"
hide-bottom-space
lazy-rules="ondemand"
>
<template v-slot:prepend>
<q-icon name="lock" />
@ -52,6 +54,8 @@
val => !!val || 'กรุณายืนยันรหัสผ่าน',
val => val === password || 'รหัสผ่านไม่ตรงกัน'
]"
hide-bottom-space
lazy-rules="ondemand"
>
<template v-slot:prepend>
<q-icon name="lock" />