Skip to content

Commit df3b677

Browse files
committed
Статья "Использование в NuxtJs": Поправлен файловый роутинг примера
1 parent 2c291ac commit df3b677

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

i18n/en/docusaurus-plugin-content-docs/current/guides/tech/with-nuxtjs.mdx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,8 +73,7 @@ Create a root for this page inside the `app` layer:
7373
├── src
7474
│ ├── app
7575
│ │ ├── routes
76-
│ │ │ ├── home
77-
│ │ │ │ ├── index.vue
76+
│ │ │ ├── index.vue
7877
│ ├── pages
7978
│ │ ├── home
8079
│ │ │ ├── ui

i18n/ru/docusaurus-plugin-content-docs/current/guides/tech/with-nuxtjs.mdx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,8 +72,7 @@ export { default as HomePage } from './ui/home-page';
7272
├── src
7373
│ ├── app
7474
│ │ ├── routes
75-
│ │ │ ├── home
76-
│ │ │ │ ├── index.vue
75+
│ │ │ ├── index.vue
7776
│ ├── pages
7877
│ │ ├── home
7978
│ │ │ ├── ui

0 commit comments

Comments
 (0)