svelte-guard-history-router
Advanced tools
Comparing version 2.5.1 to 2.5.2
{ | ||
"name": "svelte-guard-history-router", | ||
"version": "2.5.1", | ||
"version": "2.5.2", | ||
"publishConfig": { | ||
@@ -5,0 +5,0 @@ "access": "public" |
@@ -63,3 +63,4 @@ [![Svelte v3](https://img.shields.io/badge/svelte-v3-orange.svg)](https://svelte.dev) | ||
<li> | ||
<Route path="/article" guards={sessionGuard} component={Articles}>Articles | ||
<Route path="/article" guards={sessionGuard} component={Articles}> | ||
Articles | ||
<Route path="/:artice" component={Article}/> | ||
@@ -69,3 +70,4 @@ </Route> | ||
<li> | ||
<Route path="/category" guards={sessionGuard} component={Categories}>Categories | ||
<Route path="/category" guards={sessionGuard} component={Categories}> | ||
Categories | ||
<Route path="/:category" component={Category}/> | ||
@@ -72,0 +74,0 @@ </Route> |
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
36047
454