Skip to content

Commit

Permalink
Fix displaying the structure of the components directory (#655)
Browse files Browse the repository at this point in the history
  • Loading branch information
faheel committed Sep 5, 2020
1 parent 7e69b94 commit ad11de3
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions content/en/guides/directory-structure/components.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,8 +89,10 @@ export default {

Once you create your components in the components directory they will then be available to be auto imported.

```html
components/ TheHeader.vue TheFooter.vue
```bash
components/
TheHeader.vue
TheFooter.vue
```

```html{}[layouts/default.vue]
Expand Down

0 comments on commit ad11de3

Please sign in to comment.