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

3번째 줄: 3번째 줄:


{| class='wikitable'
{| class='wikitable'
| Options API || Composition API
! Composition API !! Options API  
|-
|-
|colspan='2'| {{접두어 링크|Vue.js|computed}}
|colspan='2'| {{접두어 링크|Vue.js|computed}}
9번째 줄: 9번째 줄:
|colspan='2'| {{접두어 링크|Vue.js|watch}}
|colspan='2'| {{접두어 링크|Vue.js|watch}}
|-
|-
| {{접두어 링크|Vue.js|data}} |{{접두어 링크|Vue.js|ref}}
| {{접두어 링크|Vue.js|ref}}
| {{접두어 링크|Vue.js|data}}
|-
|-
| {{접두어 링크|Vue.js|mounted}} |{{접두어 링크|Vue.js|onMounted}}
| {{접두어 링크|Vue.js|onMounted}}
| {{접두어 링크|Vue.js|mounted}}
|-
|-
| {{접두어 링크|Vue.js|unmounted}} |{{접두어 링크|Vue.js|onUnmounted}}
| {{접두어 링크|Vue.js|onUnmounted}}
| {{접두어 링크|Vue.js|unmounted}}
|}
|}



2023년 10월 24일 (화) 16:43 판

1 개요

Vue.js Composition API 대조표
Composition API Options API
computed
watch
ref data
onMounted mounted
onUnmounted unmounted

2 같이 보기

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