AlexxNB / tinro

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

How to configure tinro to only impact <a>s within the <Route> components #127

Open tanin47 opened 11 months ago

tanin47 commented 11 months ago

I'm using tinro for the main body of the page. However, it seems tinro impacts on the frame e.g. login link and etc.

I wonder if there's a way to get tinro to be scoped within the component or within

Thank you so much.