"Vue.js Composition API 대응표"의 두 판 사이의 차이

 
(같은 사용자의 중간 판 7개는 보이지 않습니다)
3번째 줄: 3번째 줄:


{| class='wikitable'
{| class='wikitable'
| Options API || Composition API
! Composition API !! Options API  
|-
|-
| {{접두어 링크|Vue.js|computed}} ||  {{접두어 링크|Vue.js|computed}}
|colspan='2'| {{접두어 링크|Vue.js|computed}}
|-
|-
| {{접두어 링크|Vue.js|mounted}} || {{접두어 링크|Vue.js|onMounted}}
|colspan='2'| {{접두어 링크|Vue.js|watch}}
|-
|-
| {{접두어 링크|Vue.js|unmounted}} || {{접두어 링크|Vue.js|onUnmounted}}
| {{접두어 링크|Vue.js|ref}}
| {{접두어 링크|Vue.js|data}}
|-
| {{접두어 링크|Vue.js|function}}
| {{접두어 링크|Vue.js|methods}}
|-
| {{접두어 링크|Vue.js|defineProps}}
| {{접두어 링크|Vue.js|props}}
|-
| {{접두어 링크|Vue.js|defineEmits}}
| {{접두어 링크|Vue.js|emits}}
|-
| {{접두어 링크|Vue.js|onMounted}}
| {{접두어 링크|Vue.js|mounted}}
|-
| {{접두어 링크|Vue.js|onUnmounted}}
| {{접두어 링크|Vue.js|unmounted}}
|-
| {{접두어 링크|Vue.js|defineAsyncComponent}}
| {{접두어 링크|Vue.js|component}}
|}
|}


==같이 보기==
==같이 보기==
* [[Vue.js Composition API]]
* [[Vue.js Composition API]]
* [[Pinia Composition API 대응표]]


[[분류: Vue.js]]
[[분류: Vue.js]]

2023년 10월 27일 (금) 13:48 기준 최신판

문서 댓글 ({{ doc_comments.length }})
{{ comment.name }} {{ comment.created | snstime }}