Skip to content

Commit

Permalink
docs: keep app.vue file name consistent (#18517)
Browse files Browse the repository at this point in the history
Use `app.vue` instead of `App.vue`.
  • Loading branch information
华晨 committed Jan 25, 2023
1 parent 3fcfa33 commit 026511b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/1.getting-started/3.views.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ Most components are reusable pieces of the user interface, like buttons and menu

::code-group

```vue [App.vue]
```vue [app.vue]
<template>
<div>
<h1>Welcome to the homepage</h1>
Expand Down

0 comments on commit 026511b

Please sign in to comment.