We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 41b9ac8 commit 7f58509Copy full SHA for 7f58509
examples/hash-mode/app.js
@@ -32,7 +32,7 @@ new Vue({
32
router,
33
template: `
34
<div id="app">
35
- <h1>Basic</h1>
+ <h1>Mode: 'hash'</h1>
36
<ul>
37
<li><router-link to="/">/</router-link></li>
38
<li><router-link to="/foo">/foo</router-link></li>
examples/lazy-loading/app.js
@@ -69,7 +69,7 @@ new Vue({
69
70
71
72
+ <h1>Lazy Loading</h1>
73
74
75
0 commit comments