Merge pull request #56 from johnlindquist/patch-1

Update to `layouts/app.vue`
This commit is contained in:
Sébastien Chopin 2016-12-09 23:04:07 +01:00 committed by GitHub
commit 530cb9f272

View File

@ -1,6 +1,6 @@
# Extending the main app
> Nuxt.js allows you to extend the main application by adding a `pages/_app.vue` file
> Nuxt.js allows you to extend the main application by adding a `layouts/app.vue` file
## The default app
@ -13,7 +13,7 @@ The default source code of the main app is:
</template>
```
## The `pages/_app.vue` file
## The `layouts/app.vue` file
### 🎬 [Example video](https://www.youtube.com/watch?v=wBhia7uBxDA)