Skip to content

Commit 86b0b89

Browse files
committed
Official sync: tutorial/src/step-2/description.md
- 2022-07-31
1 parent 4734227 commit 86b0b89

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ko-KR/src/tutorial/src/step-2/description.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ setup() {
8585

8686
변경 시, 업데이트를 트리거할 수 있는 상태는 **반응형**으로 간주됩니다.
8787
Vue에서 반응형 상태는 컴포넌트에 유지됩니다.
88-
예제 코드에서 `createApp()`에 전달되는 객체는 컴포넌트입니다.
88+
<span class="html">예제 코드에서 `createApp()`에 전달되는 객체는 컴포넌트입니다.</span>
8989

9090
컴포넌트에서 객체를 반환해야하는 함수 `data` 옵션을 사용하여 반응형 상태를 선언할 수 있습니다:
9191

0 commit comments

Comments
 (0)