1 개요[ | ]
- Vue.js Composition API 대조표
Composition API | Options API |
---|---|
computed | |
watch | |
ref | data |
function | methods |
defineProps | props |
defineEmits | emits |
onMounted | mounted |
onUnmounted | unmounted |
defineAsyncComponent | component |
2 같이 보기[ | ]
편집자 Jmnote
로그인하시면 댓글을 쓸 수 있습니다.