mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-22 13:45:18 +00:00
docs: keep app.vue
file name consistent (#18517)
Use `app.vue` instead of `App.vue`.
This commit is contained in:
parent
3fcfa33142
commit
026511b697
@ -32,7 +32,7 @@ Most components are reusable pieces of the user interface, like buttons and menu
|
|||||||
|
|
||||||
::code-group
|
::code-group
|
||||||
|
|
||||||
```vue [App.vue]
|
```vue [app.vue]
|
||||||
<template>
|
<template>
|
||||||
<div>
|
<div>
|
||||||
<h1>Welcome to the homepage</h1>
|
<h1>Welcome to the homepage</h1>
|
||||||
|
Loading…
Reference in New Issue
Block a user