AlexxNB / tinro

Highly declarative, tiny, dependency free router for Svelte's web applications.
MIT License
675 stars 30 forks source link

Proposal: avoid trailing slash in path #4

Closed frederikhors closed 4 years ago

frederikhors commented 4 years ago

Proposal

I have many routes: can we avoid the trailing slash in path?

Example: now is <Route path="/players">

Proposal: <Route path="players">.

AlexxNB commented 4 years ago

added in v0.2.4.