9f66c6d0ec
기존: 제목·담당자 미입력 시 '지시 보내기' 버튼이 비활성화(이유 안내 없음) 변경: - 버튼 비활성화 해제(제출 중 중복 클릭 방지용 submitting 만 유지) - 제출 시 validateForm 으로 검증 → 미입력 필드에 인라인 에러 표시 · 제목: 빨강 placeholder + '업무 제목을 입력해 주세요.' · 담당자: combo 빨강 테두리 + '담당자를 1명 이상 지정해 주세요.' - 해당 필드를 채우면 watch 로 에러 즉시 해제 Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
frontend
This template should help get you started developing with Vue 3 in Vite.
Recommended IDE Setup
VS Code + Vue (Official) (and disable Vetur).
Recommended Browser Setup
- Chromium-based browsers (Chrome, Edge, Brave, etc.):
- Firefox:
Type Support for .vue Imports in TS
TypeScript cannot handle type information for .vue imports by default, so we replace the tsc CLI with vue-tsc for type checking. In editors, we need Volar to make the TypeScript language service aware of .vue types.
Customize configuration
See Vite Configuration Reference.
Project Setup
npm install
Compile and Hot-Reload for Development
npm run dev
Type-Check, Compile and Minify for Production
npm run build
Run Unit Tests with Vitest
npm run test:unit