Skip to content

Commit 1a28db6

Browse files
committed
test(e2e): fix tests
1 parent c72ad20 commit 1a28db6

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

e2e/docs/router/navigate-by-link.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
## HTML Links
1616

17-
<a href="/?home=true" class="home-with-query">Home</a>
18-
<a href="/?home=true#home" class="home-with-query-and-hash">Home</a>
19-
<a href="/404.html#404" class="not-found-with-hash">404</a>
20-
<a href="/404.html#404?notFound=true" class="not-found-with-hash-and-query">404</a>
17+
<a :href="$withBase('/?home=true')" class="home-with-query">Home</a>
18+
<a :href="$withBase('/?home=true#home')" class="home-with-query-and-hash">Home</a>
19+
<a :href="$withBase('/404.html#404')" class="not-found-with-hash">404</a>
20+
<a :href="$withBase('/404.html#404?notFound=true')" class="not-found-with-hash-and-query">404</a>

0 commit comments

Comments
 (0)