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

5번째 줄: 5번째 줄:
| Options API || Composition API
| Options API || Composition API
|-
|-
| {{Vue.js|computed}} ||  {{Vue.js|computed}}
| {{접두어 링크|Vue.js|computed}} ||  {{접두어 링크|Vue.js|computed}}
|-
|-
| {{Vue.js|mounted}} ||  {{Vue.js|onMounted}}
| {{접두어 링크|Vue.js|mounted}} ||  {{접두어 링크|Vue.js|onMounted}}
|-
|-
| {{Vue.js|unmounted}} ||  {{Vue.js|onUnmounted}}
| {{접두어 링크|Vue.js|unmounted}} ||  {{접두어 링크|Vue.js|onUnmounted}}
|}
|}



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

1 개요

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

2 같이 보기

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