Skip to content

Commit 5c8dfa9

Browse files
authored
Merge pull request #251 from niceplugin/api/composition-api-setup
문서 수정: api/composition-api-setup.md
2 parents f273e2d + 8f990b0 commit 5c8dfa9

File tree

2 files changed

+0
-5
lines changed

2 files changed

+0
-5
lines changed

ko-KR/src/api/composition-api-setup.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
보다 간결하고 인체공학적인 문법을 위해 [`<script setup>`](/api/sfc-script-setup.html) 사용을 권장합니다.
77
:::
88

9-
109
`setup()` 훅은 다음과 같은 경우, 컴포넌트에서 컴포지션 API 사용을 위한 진입점 역할을 합니다:
1110

1211
1. 빌드 과정 없이 컴포지션 API 사용.
@@ -150,8 +149,6 @@ export default {
150149

151150
## 렌더 함수와 함께 사용하기 {#usage-with-render-functions}
152151

153-
`setup` can also return a [render function](/guide/extras/render-function.html) which can directly make use of the reactive state declared in the same scope:
154-
155152
`setup`은 범위 내 선언된 반응형 상태에 직접 접근할 수 있는 [렌더 함수](/guide/extras/render-function.html)를 반환할 수도 있습니다:
156153

157154
```js{6}

ko-KR/src/api/general.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,6 @@ Vue의 현재 버전(문자열)을 반환합니다.
2020

2121
## nextTick()
2222

23-
A utility for waiting for the next DOM update flush.
24-
2523
다음 DOM 업데이트 발생을 기다리는 유틸리티입니다.
2624

2725
- **타입**:

0 commit comments

Comments
 (0)