File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
en/docusaurus-plugin-content-docs/current/guides/tech
ru/docusaurus-plugin-content-docs/current/guides/tech Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -83,7 +83,7 @@ Create a root for this page inside the `app` layer:
83
83
84
84
Add your page component inside the ` index.vue ` file:
85
85
86
- ``` html title="pages/home/ui/home-page .vue"
86
+ ``` html title="src/app/routes/index .vue"
87
87
<script setup >
88
88
import { HomePage } from ' @/pages/home' ;
89
89
</script >
Original file line number Diff line number Diff line change @@ -82,7 +82,7 @@ export { default as HomePage } from './ui/home-page';
82
82
83
83
Добавьте внутрь ` index.vue ` файла компонент вашей страницы:
84
84
85
- ``` html title="pages/home/ui/home-page .vue"
85
+ ``` html title="src/app/routes/index .vue"
86
86
<script setup >
87
87
import { HomePage } from ' @/pages/home' ;
88
88
</script >
You can’t perform that action at this time.
0 commit comments