Skip to content

Commit

Permalink
test: fix examples h1 text (#2931)
Browse files Browse the repository at this point in the history
  • Loading branch information
CroMarmot authored and posva committed Sep 18, 2019
1 parent 41b9ac8 commit 7f58509
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/hash-mode/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ new Vue({
router,
template: `
<div id="app">
<h1>Basic</h1>
<h1>Mode: 'hash'</h1>
<ul>
<li><router-link to="/">/</router-link></li>
<li><router-link to="/foo">/foo</router-link></li>
Expand Down
2 changes: 1 addition & 1 deletion examples/lazy-loading/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ new Vue({
router,
template: `
<div id="app">
<h1>Basic</h1>
<h1>Lazy Loading</h1>
<ul>
<li><router-link to="/">/</router-link></li>
<li><router-link to="/foo">/foo</router-link></li>
Expand Down

0 comments on commit 7f58509

Please sign in to comment.