Skip to content

Commit c9e8cc8

Browse files
committed
chore: add code block langs
1 parent 1b56873 commit c9e8cc8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -448,7 +448,7 @@ The tree distinguishes between **page nodes** (have files) and **structural node
448448
- **Page nodes** create nesting boundarieschildren get relative paths
449449
- **Structural nodes** collapsetheir path segment is prepended to descendants
450450

451-
```
451+
```text
452452
parent.vue + parent/child.vue
453453
→ { path: '/parent', children: [{ path: 'child' }] }
454454
@@ -458,7 +458,7 @@ parent/child.vue (no parent.vue)
458458

459459
`index.vue` promotes a structural directory into a page node:
460460

461-
```
461+
```text
462462
users/index.vue + users/[id].vue
463463
→ { path: '/users', file: 'users/index.vue', children: [{ path: ':id()' }] }
464464
```

0 commit comments

Comments
 (0)