We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi, I tried adding a route like this:
require('./name.tag'); <app> <name first="Hello" last="World"></name> <name first="Ola" last="Mundo"></name> <name first="Hallo" last="Welt"></name> </app> <script> riot.route('/fruit', function(name) { console.log('The list of fruits'); }) riot.route.start(true); </script>
But it is not found ?
The text was updated successfully, but these errors were encountered:
@daslicht what URL are you requesting in the browser? It is http://yourserver/#fruit not http://yourserver/fruit
http://yourserver/#fruit
http://yourserver/fruit
Sorry, something went wrong.
->>> riot.route('/fruit',
No branches or pull requests
Hi,
I tried adding a route like this:
But it is not found ?
The text was updated successfully, but these errors were encountered: