Skip to content

Commit

Permalink
docs: fix a minor typo in an import example (vuejs#2276)
Browse files Browse the repository at this point in the history
  • Loading branch information
cyrilf authored Apr 4, 2020
1 parent 88ccbc6 commit 5e6eacd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/docs/docs/theme/inheritance.md
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ Then, in any Vue components on the theme, **you should access the theme root dir

```vue
<script>
import Home from '@theme/components/Navbar.vue'
import Navbar from '@theme/components/Navbar.vue'
// ...
</script>
```
Expand Down
2 changes: 1 addition & 1 deletion packages/docs/docs/zh/theme/inheritance.md
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ theme

```vue
<script>
import Home from '@theme/components/Navbar.vue'
import Navbar from '@theme/components/Navbar.vue'
// ...
</script>
```
Expand Down

0 comments on commit 5e6eacd

Please sign in to comment.