ValkyrjaProject / Valkyrja.web

[PHP - laravel] Community Management bot for Discord (website)
https://valkyrja.app
MIT License
6 stars 3 forks source link

Extract Vue Router instances to global instance #27

Open Venefilyn opened 6 years ago

Venefilyn commented 6 years ago

Right now we use two Vue Router instances, in:

This should be changed to global Vue Router, specifically for /config, that uses history mode. Hopefully this should avoid hacks and improve test-ability.