Skip to content

Commit 3d212e1

Browse files
authored
Merge pull request #74 from timingsniper/main
composition-api-faq, template-syntax ์˜คํƒ€ ์ˆ˜์ •
2 parents f85190b + 2f71639 commit 3d212e1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

โ€Žsrc/guide/essentials/template-syntax.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ data() {
120120

121121
</div>
122122

123-
์ธ์ž ์—†์ด `v-bind`๋ฅผ ์‚ฌ์šฉํ•˜์—ฌ ๋‹จ์ผ ์—˜๋ฆฌ๋จผํŠธ์—์— ๋ฐ”์ธ๋”ฉํ•  ์ˆ˜ ์žˆ์Šต๋‹ˆ๋‹ค:
123+
์ธ์ž ์—†์ด `v-bind`๋ฅผ ์‚ฌ์šฉํ•˜์—ฌ ๋‹จ์ผ ์—˜๋ฆฌ๋จผํŠธ์— ๋ฐ”์ธ๋”ฉํ•  ์ˆ˜ ์žˆ์Šต๋‹ˆ๋‹ค:
124124

125125
```vue-html
126126
<div v-bind="objectOfAttrs"></div>

โ€Žsrc/guide/extras/composition-api-faq.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ Vue CLI์˜ GUI์—์„œ ํด๋” ํƒ์ƒ‰๊ธฐ ์ปดํฌ๋„ŒํŠธ๋ฅผ ์˜ˆ๋กœ ๋“ค์–ด ๋ณด๊ฒ ์Šต๋‹ˆ
124124

125125
### Trade-offs {#trade-offs}
126126

127-
์˜ต์…˜ API์—์„œ ๋„˜์–ด์˜จ ์ผ๋ถ€ ์‚ฌ์šฉ์ž๋“ค๋Š” ๊ทธ๋“ค์˜ ์ปดํฌ์ง€์…˜ API ์ฝ”๋“œ๊ฐ€ ๋œ ๊ตฌ์„ฑ์ ์ด๋ผ ์ƒ๊ฐํ•˜๊ณ ,
127+
์˜ต์…˜ API์—์„œ ๋„˜์–ด์˜จ ์ผ๋ถ€ ์‚ฌ์šฉ์ž๋“ค์€ ๊ทธ๋“ค์˜ ์ปดํฌ์ง€์…˜ API ์ฝ”๋“œ๊ฐ€ ๋œ ๊ตฌ์„ฑ์ ์ด๋ผ ์ƒ๊ฐํ•˜๊ณ ,
128128
์ปดํฌ์ง€์…˜ API๊ฐ€ ์ฝ”๋“œ ๊ตฌ์„ฑ ์ธก๋ฉด์—์„œ "๋” ๋‚˜์˜๋‹ค"๊ณ  ๊ฒฐ๋ก ์ง“์Šต๋‹ˆ๋‹ค.
129129
์ด๋Ÿฌํ•œ ์˜๊ฒฌ์„ ๊ฐ€์ง„ ์‚ฌ์šฉ์ž๋ผ๋ฉด ํ•ด๋‹น ๋ฌธ์ œ๋ฅผ ๋‹ค๋ฅธ ๊ด€์ ์—์„œ ๋ณผ ๊ฒƒ์„ ๊ถŒ์žฅํ•ฉ๋‹ˆ๋‹ค.
130130

0 commit comments

Comments
ย (0)