[Vue warn]: Failed to generate render function: 오류 해결
vue를 공부하던중 아래와 같은 오류가 발생했다. vue.js:577 [Vue warn]: Failed to generate render function: SyntaxError: Unexpected token ',' in with(this){return _c('div',{attrs:{"id":"app"}},[_c('child-component',{attrs:{"":,"propsdata":"message"}}),_v(" "),_c('sibling-component',{attrs:{"propsdata1":anotherMessage}})],1)} (found in ) 오류를 봐도 모르겠고 뭔가를 바꿔도 해결이 되지않았다. 검색을 해도 잘 나오지 않고.... 보다가 정말 간단한 이유라는걸 알았다... 나같은 경..