stencil-router with one page
<main> | |
<stencil-router> | |
<stencil-route url='/' component='app-heroes' exact={true}> | |
</stencil-route> | |
</stencil-router> | |
</main> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment