reactive란?const state = reactive({count: 0}); state.count++; // 자동 반응ref와 선택원시값 — ref객체 — reactive 또는 ref 둘 다 가능최근 관행: ref 통일이 일관성 좋음