svelte-guard-history-router
Advanced tools
Comparing version 2.7.0 to 2.7.1
{ | ||
"name": "svelte-guard-history-router", | ||
"version": "2.7.0", | ||
"version": "2.7.1", | ||
"publishConfig": { | ||
@@ -5,0 +5,0 @@ "access": "public" |
@@ -57,3 +57,3 @@ [![Svelte v3](https://img.shields.io/badge/svelte-v3-orange.svg)](https://svelte.dev) | ||
<nav> | ||
<Route path="/" component={Home}>Router Example</Route> | ||
<Route href="/" path="*" component={Home}>Router Example</Route> | ||
<ul class="left"> | ||
@@ -60,0 +60,0 @@ <li> |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
35841
641