sodalive-vuejs-admin
Go to file
Yu Sung e09f654aba fix(character-form): 수정 모드에서 변경 사항만 있으면 저장 버튼 활성화
- isSaveDisabled 로직을 등록/수정 모드로 분리
- 수정(edit) 모드에서는 필수값 유효성과 무관하게 변경 감지 시 버튼 활성화
- 등록(create) 모드에서는 기존대로 폼 유효성으로 활성화 판단
- saveCharacter에서도 등록 모드에서만 필수값 유효성 검사를 강제하도록 수정

관련 파일: src/views/Chat/CharacterForm.vue
2025-08-13 00:55:35 +09:00
public 소다라이브 -> 보이스온 2024-11-21 21:55:51 +09:00
src fix(character-form): 수정 모드에서 변경 사항만 있으면 저장 버튼 활성화 2025-08-13 00:55:35 +09:00
.env.development first commit 2023-08-04 23:02:15 +09:00
.env.production first commit 2023-08-04 23:02:15 +09:00
.gitignore feat: .kiro/, .junie/ 아래에 들어있는 파일은 git에 포함되지 않도록 코드 추가 2025-08-05 14:46:27 +09:00
README.md 회원 태그 - CRUD API 추가 2023-08-06 13:52:03 +09:00
babel.config.js first commit 2023-08-04 23:02:15 +09:00
package-lock.json 콘텐츠 배너 등록/수정 2025-01-16 14:54:15 +09:00
package.json 콘텐츠 배너 등록/수정 2025-01-16 14:54:15 +09:00
vue.config.js first commit 2023-08-04 23:02:15 +09:00

README.md

soda-live-admin

Project setup

npm install

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build

Lints and fixes files

npm run lint

Customize configuration

See Configuration Reference.