Skip to content

Commit 5a60b24

Browse files
committed
chore: more links'
1 parent 316fb9b commit 5a60b24

File tree

1 file changed

+5
-1
lines changed
  • packages/experiments-playground/src

1 file changed

+5
-1
lines changed

packages/experiments-playground/src/App.vue

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,12 @@ const url = ref('')
1515
<RouterLink to="/about">About</RouterLink>
1616
|
1717
<RouterLink to="/nested">Nested</RouterLink>
18+
|
19+
<RouterLink to="/nested/a">Nested A</RouterLink>
20+
|
21+
<RouterLink to="/profiles">Profiles list</RouterLink>
1822
</nav>
19-
<form @submit.prevent="router.push(url)">
23+
<form @submit.prevent="router.push(url, route)">
2024
<label for="path">Path:</label>
2125
<input
2226
id="path"

0 commit comments

Comments
 (0)