From af493ec7df89a15c3c0a566e93ecb2bb718309f7 Mon Sep 17 00:00:00 2001 From: "Joonwoo Jang (Percy)" Date: Wed, 27 Nov 2024 15:19:33 +0900 Subject: [PATCH 1/2] =?UTF-8?q?guide/extras/composition-api-faq=20?= =?UTF-8?q?=EC=98=A4=ED=83=80=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/guide/extras/composition-api-faq.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/guide/extras/composition-api-faq.md b/src/guide/extras/composition-api-faq.md index 16ced56c..71ffc474 100644 --- a/src/guide/extras/composition-api-faq.md +++ b/src/guide/extras/composition-api-faq.md @@ -124,7 +124,7 @@ Vue CLI의 GUI에서 폴더 탐색기 컴포넌트를 예로 들어 보겠습니 ### Trade-offs {#trade-offs} -옵션 API에서 넘어온 일부 사용자들는 그들의 컴포지션 API 코드가 덜 구성적이라 생각하고, +옵션 API에서 넘어온 일부 사용자들은 그들의 컴포지션 API 코드가 덜 구성적이라 생각하고, 컴포지션 API가 코드 구성 측면에서 "더 나쁘다"고 결론짓습니다. 이러한 의견을 가진 사용자라면 해당 문제를 다른 관점에서 볼 것을 권장합니다. From 2f716390bc5c5ce75a11a30d46d220a302d69f06 Mon Sep 17 00:00:00 2001 From: "Joonwoo Jang (Percy)" Date: Thu, 28 Nov 2024 09:25:15 +0900 Subject: [PATCH 2/2] =?UTF-8?q?guide/essentials/template-syntax=20?= =?UTF-8?q?=EC=98=A4=ED=83=80=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/guide/essentials/template-syntax.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/guide/essentials/template-syntax.md b/src/guide/essentials/template-syntax.md index a747061c..4d5bcd0d 100644 --- a/src/guide/essentials/template-syntax.md +++ b/src/guide/essentials/template-syntax.md @@ -120,7 +120,7 @@ data() { -인자 없이 `v-bind`를 사용하여 단일 엘리먼트에에 바인딩할 수 있습니다: +인자 없이 `v-bind`를 사용하여 단일 엘리먼트에 바인딩할 수 있습니다: ```vue-html