asked
Typescript with Vue Real-world Project
Axios integration + refactoring
Written on
·
209
0
해당 강의 예제 마지막에 추가하는 스케줄에 대해서는 체크박스 이벤트에서 프로퍼티 참조 오류가 발생합니다.(Error in v-on handler : "TypeError: Cannot set properties of undefined (setting 'status')")디버깅을 해보면 리스트에는 객체가 정상적으로 들어가는데 이는 어떻게 해결하나요?
Answer