We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ae4187c commit 3b8f148Copy full SHA for 3b8f148
example/basic/index.html
@@ -17,8 +17,8 @@
17
<h1>Hello App!</h1>
18
<p>
19
<!-- use v-link directive for navigation. -->
20
- <a v-link="/foo">Go to Foo</a>
21
- <a v-link="/bar">Go to Bar</a>
+ <a v-link="{ path: '/foo' }">Go to Foo</a>
+ <a v-link="{ path: '/bar' }">Go to Bar</a>
22
</p>
23
<!-- use router-view element as route outlet -->
24
<router-view></router-view>
0 commit comments