mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-11 08:33:53 +00:00
Merge pull request #56 from johnlindquist/patch-1
Update to `layouts/app.vue`
This commit is contained in:
commit
530cb9f272
@ -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)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user