Skip to content

Commit 7f58509

Browse files
CroMarmotposva
authored andcommitted
test: fix examples h1 text (#2931)
1 parent 41b9ac8 commit 7f58509

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

examples/hash-mode/app.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ new Vue({
3232
router,
3333
template: `
3434
<div id="app">
35-
<h1>Basic</h1>
35+
<h1>Mode: 'hash'</h1>
3636
<ul>
3737
<li><router-link to="/">/</router-link></li>
3838
<li><router-link to="/foo">/foo</router-link></li>

examples/lazy-loading/app.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ new Vue({
6969
router,
7070
template: `
7171
<div id="app">
72-
<h1>Basic</h1>
72+
<h1>Lazy Loading</h1>
7373
<ul>
7474
<li><router-link to="/">/</router-link></li>
7575
<li><router-link to="/foo">/foo</router-link></li>

0 commit comments

Comments
 (0)