docs: keep app.vue file name consistent (#18517)

Use `app.vue` instead of `App.vue`.
This commit is contained in:
华晨 2023-01-25 23:34:43 +08:00 committed by GitHub
parent 3fcfa33142
commit 026511b697
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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>