binding class binding element의 class와 style을 변경 v-dind:class는 조건에 따라 class를 적용할 수 있다. v-bind:class="{ active: boolean }" Form Input Binding v-model directive를 사용하여 form input과 textarea element에 양방향 데이터 바인딩을 생성할 수 있다. text와 textarea 태그는 value 속성과 input 이벤트를 사용한다. checkbox와 radio 태그는 checked 속성과 change 이벤트를 사용한다. select 태그는 value를 prop으로 change를 이벤트로 사용한다. form - text, textarea 문자열(text) 메시지: {{ m..