복습을 위한 강의 키워드 methods - data() mounted() - props -- components v-if v-for $emit $event @input @input="month = $event.target.value" 두개는 같음 v-model="month" watch - 인풋 벨리데이터 lifecycle hook emitter vuex 호출 $store.state.키값 변경해줘 @click="$store.commit('changeName')" - mapState mitt setup(){ onMounted(()=>{ }); } ref([]);