mirror of
https://github.com/nuxt/nuxt.git
synced 2025-01-30 23:32:38 +00:00
Update README.md
This commit is contained in:
parent
803b21bf17
commit
d7fb9560be
@ -1,6 +1,6 @@
|
|||||||
# Extending the main app
|
# 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
|
## The default app
|
||||||
|
|
||||||
@ -13,7 +13,7 @@ The default source code of the main app is:
|
|||||||
</template>
|
</template>
|
||||||
```
|
```
|
||||||
|
|
||||||
## The `pages/_app.vue` file
|
## The `layouts/app.vue` file
|
||||||
|
|
||||||
### 🎬 [Example video](https://www.youtube.com/watch?v=wBhia7uBxDA)
|
### 🎬 [Example video](https://www.youtube.com/watch?v=wBhia7uBxDA)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user