에러일지/Vue.js
[Vue.js] TypeError: Cannot read properties of undefined (reading 'includes')
레오나르도 다빈츠
2022. 1. 13. 09:58
에러
TypeError: Cannot read properties of undefined (reading 'includes')
TypeError: Cannot read properties of undefined (reading 'includes')
원인
includes를 처리할 변수를 선언도 하지 않은 상태였다. (❗️)
이런 실수는 이제 그만...
개인적으로 공부한 내용을 정리하는 블로그로
잘못된 개념을 게시하지않도록 주의하고 있으나 오류가 있을 수 있습니다.