Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

composition-api-faq, template-syntax 오타 수정 #74

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/guide/essentials/template-syntax.md
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ data() {

</div>

인자 없이 `v-bind`를 사용하여 단일 엘리먼트에에 바인딩할 수 있습니다:
인자 없이 `v-bind`를 사용하여 단일 엘리먼트에 바인딩할 수 있습니다:

```vue-html
<div v-bind="objectOfAttrs"></div>
Expand Down
2 changes: 1 addition & 1 deletion src/guide/extras/composition-api-faq.md
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ Vue CLI의 GUI에서 폴더 탐색기 컴포넌트를 예로 들어 보겠습니

### Trade-offs {#trade-offs}

옵션 API에서 넘어온 일부 사용자들는 그들의 컴포지션 API 코드가 덜 구성적이라 생각하고,
옵션 API에서 넘어온 일부 사용자들은 그들의 컴포지션 API 코드가 덜 구성적이라 생각하고,
컴포지션 API가 코드 구성 측면에서 "더 나쁘다"고 결론짓습니다.
이러한 의견을 가진 사용자라면 해당 문제를 다른 관점에서 볼 것을 권장합니다.

Expand Down