Skip to content

Commit cbcf826

Browse files
committed
문서 수정: api/composition-api-setup.md
- 미삭제 원문 삭제
1 parent 5e9aef7 commit cbcf826

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
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}

0 commit comments

Comments
 (0)