Answer the question
In order to leave comments, you need to log in
Framework7 not working as expected?
There is a wonderful framework https://framework7.io/. Its functionality includes setting up routes between application pages and the ability to pass parameters https://framework7.io/docs/routes.html to them.
Here is the parameter passing
{
path: '/users/:userId/posts/:postId',
url: 'http://myapp.com/posts/{{userId}}/{{postId}}'
}
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question