Skip to content

Commit

Permalink
Update docs/ru/guide/advanced/vue-router.md
Browse files Browse the repository at this point in the history
Co-authored-by: Victor Gladkikh <[email protected]>
  • Loading branch information
VisualYuki and alfeg authored Jan 24, 2025
1 parent 6a9f152 commit 34f05d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/ru/guide/advanced/vue-router.md
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ const Posts = {
}
```

Корень приложения отображает `<router-link>`, ведущая на `/posts`, где мы перечисляем посты.
Корень приложения отображает `<router-link>`, ведущий на `/posts`, где мы перечисляем посты.

Настоящий роутер выглядит примерно так. Обратите внимание, что мы экспортируем роуты отдельно от роутера, чтобы позднее мы могли добавить новый роутер для каждого теста.

Expand Down

0 comments on commit 34f05d4

Please sign in to comment.