Skip to content

Commit d97d902

Browse files
mgcationposva
authored andcommitted
docs(kr): fix this$.route to this.$route (#2484)
1 parent 701d02b commit d97d902

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: โ€Ždocs/kr/guide/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ const app = new Vue({
6969
// ์ด์ œ ์•ฑ์ด ์‹œ์ž‘๋ฉ๋‹ˆ๋‹ค!
7070
```
7171

72-
๋ผ์šฐํ„ฐ๋ฅผ ์ฃผ์ž…ํ•˜์˜€์œผ๋ฏ€๋กœ `this.$router`์™€ ํ˜„์žฌ ๋ผ์šฐํŠธ๋ฅผ `this$.route`๋กœ ์ ‘๊ทผํ•  ์ˆ˜ ์žˆ์Šต๋‹ˆ๋‹ค.
72+
๋ผ์šฐํ„ฐ๋ฅผ ์ฃผ์ž…ํ•˜์˜€์œผ๋ฏ€๋กœ `this.$router`์™€ ํ˜„์žฌ ๋ผ์šฐํŠธ๋ฅผ `this.$route`๋กœ ์ ‘๊ทผํ•  ์ˆ˜ ์žˆ์Šต๋‹ˆ๋‹ค.
7373

7474
```js
7575
// Home.vue
@@ -95,4 +95,4 @@ export default {
9595

9696
์ด [์˜ˆ์ œ](https://jsfiddle.net/yyx990803/xgrjzsup/)์—์„œ ๋ฐ”๋กœ ํ™•์ธํ•ด๋ณผ ์ˆ˜ ์žˆ์Šต๋‹ˆ๋‹ค.
9797

98-
`<router-link>`๋Š” ํ˜„์žฌ ๋ผ์šฐํŠธ์™€ ์ผ์น˜ํ•  ๋•Œ ์ž๋™์œผ๋กœ `.router-link-active` ํด๋ž˜์Šค๊ฐ€ ์ถ”๊ฐ€๋ฉ๋‹ˆ๋‹ค. [API ๋ ˆํผ๋Ÿฐ์Šค](../api/#router-link)๋ฅผ ํ™•์ธํ•˜์„ธ์š”.
98+
`<router-link>`๋Š” ํ˜„์žฌ ๋ผ์šฐํŠธ์™€ ์ผ์น˜ํ•  ๋•Œ ์ž๋™์œผ๋กœ `.router-link-active` ํด๋ž˜์Šค๊ฐ€ ์ถ”๊ฐ€๋ฉ๋‹ˆ๋‹ค. [API ๋ ˆํผ๋Ÿฐ์Šค](../api/#router-link)๋ฅผ ํ™•์ธํ•˜์„ธ์š”.

0 commit comments

Comments
ย (0)