Skip to content

Commit 31fb3fa

Browse files
yuyinwsposva
authored andcommitted
chore: add heading
1 parent 8c253ae commit 31fb3fa

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

packages/docs/guide/index.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@ To introduce some of the main ideas, we're going to consider this example:
2222

2323
Let's start by looking at the root component, `App.vue`.
2424

25+
### App.vue
26+
2527
```vue [App.vue]
2628
<template>
2729
<h1>Hello App!</h1>

packages/docs/zh/guide/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ Vue Router 基于 Vue 的组件系统构建,你可以通过配置**路由**来
2424

2525
让我们首先来看根组件, `App.vue`
2626

27+
### App.vue
2728
```vue [App.vue]
2829
<template>
2930
<h1>Hello App!</h1>

0 commit comments

Comments
 (0)