behu-kea

Results 4 comments of behu-kea

I have the same problem (at least i think) ``` const router = new Navigo("/", { hash: true }); router.on({ "/about": function () { console.log("about"); }, }); ``` Clicking on...

Ahh sorry i missed the resolve part ``` router .on({ about: function () { console.log("about"); }, }) .resolve(); ``` Working now

Uninstalled/installed/rebooted did not work for me