Skip to content
This repository was archived by the owner on Dec 5, 2025. It is now read-only.

Commit 1ff1397

Browse files
committed
fix
1 parent 1164d35 commit 1ff1397

File tree

1 file changed

+14
-14
lines changed

1 file changed

+14
-14
lines changed

docs/vue/project-structure.md

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -10,20 +10,20 @@ The [starter template](https://github.com/fastify/fastify-dx/tree/dev/starters/v
1010
```
1111
├── server.js
1212
├── client/
13-
├── index.js
14-
├── context.js
15-
├── root.vue
16-
├── index.html
17-
├── layouts/
18-
├── default.vue
19-
└── auth.vue
20-
└── pages/
21-
├── index.vue
22-
├── client-only.vue
23-
├── server-only.vue
24-
├── streaming.vue
25-
├── using-data.vue
26-
└── using-store.vue
13+
├── index.js
14+
├── context.js
15+
├── root.vue
16+
├── index.html
17+
├── layouts/
18+
├── default.vue
19+
└── auth.vue
20+
└── pages/
21+
├── index.vue
22+
├── client-only.vue
23+
├── server-only.vue
24+
├── streaming.vue
25+
├── using-data.vue
26+
└── using-store.vue
2727
├── vite.config.js
2828
└── package.json
2929
```

0 commit comments

Comments
 (0)