[VUE] vue3 v-model props 로 넘기기 부모 컴포넌트 {{st.name}} 자식 컴포넌트 {{name}} 두개 props 로 넘기기 ``` const emits = defineEmits(['update:yearList', 'update:monthList']) emits('update:yearList', new Set(yearList)) emits('update:monthList', new Set(monthList)) } 💻 dev 2023.04.20