Closed AndreCabrera closed 9 months ago
Hello, how to add dynamic routes?, there is a fuction like $router.addRoute ? thx for your work.
Hi @AndreCabrera
I haven't tried if adding routes dynamically works, but there is an add method you can use, see the src/router.js line 8.
add
src/router.js
Hello, how to add dynamic routes?, there is a fuction like $router.addRoute ? thx for your work.