RiotControl icon indicating copy to clipboard operation
RiotControl copied to clipboard

routing_demo : not up-to date with riot v2.3 beacuse of routing problem

Open rvion opened this issue 9 years ago • 0 comments

according to here: http://riotjs.com/api/route/#riot-route-start

Riot doesn’t start its router automatically. DON’T FORGET TO START IT BY YOURSELF. This also means that you can choose your favorite router. (Note: before v2.3 Riot started the router automatically. The behavior was changed)

riot.route.start(true)

rvion avatar Feb 01 '16 10:02 rvion