TIL-210522 작성일 2021-05-22 In TIL Views: Disqus: What? Vue project custom event $event v-model watcher() custom event 자식이 부모 데이터를 바꿀때 사용 props로 전한 데이터 수정 X $emit(‘name’, data) @name = “데이터변경JS” $event event object를 뜻함 v-model 입력된 값을 data로 바로 저장 watcher 데이터 감시 함수 watch : { 감시데이터(){} }