okchangwon / vue-daum-map

Vue Daum Map Component
ISC License
30 stars 9 forks source link

IE에서 bindEvents 이벤트 에러 #1

Closed yousung closed 5 years ago

yousung commented 6 years ago

IE에서 초기 맵 로드시 bindEvents 이벤트

151번

for (let event of EVENTS) { this.bindEvent(event, handlers[event]); }

부분이 에러를 발생합니다. 저는 of 대신 in 으로 바꿔서 사용하였습니다.

okchangwon commented 5 years ago

ES6 기반 코드에서 배열을 순회할 때 for of를 사용합니다. 어떤 이유로 트랜스파일링이 제대로 수행되지 않아서 for of가 코드상에 그대로 남아 IE에서 오류를 일으킨게 아닌가 싶네용