Skip to content

Commit 2da404b

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

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ Create a root for this page inside the `app` layer:
8383

8484
Add your page component inside the `index.vue` file:
8585

86-
```html title="pages/home/ui/home-page.vue"
86+
```html title="src/app/routes/index.vue"
8787
<script setup>
8888
import { HomePage } from '@/pages/home';
8989
</script>

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ export { default as HomePage } from './ui/home-page';
8282

8383
Добавьте внутрь `index.vue` файла компонент вашей страницы:
8484

85-
```html title="pages/home/ui/home-page.vue"
85+
```html title="src/app/routes/index.vue"
8686
<script setup>
8787
import { HomePage } from '@/pages/home';
8888
</script>

0 commit comments

Comments
 (0)