Skip to content

Commit

Permalink
Updating an example
Browse files Browse the repository at this point in the history
  • Loading branch information
Krasimir Tsonev committed Jan 27, 2021
1 parent 7e279fa commit d305d1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/basic-spa/page.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<body>
<div>
<a href="/about" data-navigo>About</a>
<a href="/products?a=b" data-navigo>Products 1</a>
<a href="/products?a=b#something-here" data-navigo>Products 1</a>
<a href="/products?c=d" data-navigo>Products 2</a>
<a href="/login" data-navigo>Login</a>
<a href="/login" data-navig="false">Reload to login</a>
Expand Down

0 comments on commit d305d1a

Please sign in to comment.