File tree Expand file tree Collapse file tree 2 files changed +4
-6
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 +4
-6
lines changed Original file line number Diff line number Diff line change @@ -73,8 +73,7 @@ Create a root for this page inside the `app` layer:
73
73
βββ src
74
74
β βββ app
75
75
β β βββ routes
76
- β β β βββ home
77
- β β β β βββ index.vue
76
+ β β β βββ index.vue
78
77
β βββ pages
79
78
β β βββ home
80
79
β β β βββ ui
@@ -84,7 +83,7 @@ Create a root for this page inside the `app` layer:
84
83
85
84
Add your page component inside the ` index.vue ` file:
86
85
87
- ``` html title="pages/home/ui/home-page .vue"
86
+ ``` html title="src/app/routes/index .vue"
88
87
<script setup >
89
88
import { HomePage } from ' @/pages/home' ;
90
89
</script >
Original file line number Diff line number Diff line change @@ -72,8 +72,7 @@ export { default as HomePage } from './ui/home-page';
72
72
βββ src
73
73
β βββ app
74
74
β β βββ routes
75
- β β β βββ home
76
- β β β β βββ index.vue
75
+ β β β βββ index.vue
77
76
β βββ pages
78
77
β β βββ home
79
78
β β β βββ ui
@@ -83,7 +82,7 @@ export { default as HomePage } from './ui/home-page';
83
82
84
83
ΠΠΎΠ±Π°Π²ΡΡΠ΅ Π²Π½ΡΡΡΡ ` index.vue ` ΡΠ°ΠΉΠ»Π° ΠΊΠΎΠΌΠΏΠΎΠ½Π΅Π½Ρ Π²Π°ΡΠ΅ΠΉ ΡΡΡΠ°Π½ΠΈΡΡ:
85
84
86
- ``` html title="pages/home/ui/home-page .vue"
85
+ ``` html title="src/app/routes/index .vue"
87
86
<script setup >
88
87
import { HomePage } from ' @/pages/home' ;
89
88
</script >
You canβt perform that action at this time.
0 commit comments