posva / unplugin-vue-router

Next Generation file based typed routing for Vue Router
https://uvr.esm.is
MIT License
1.47k stars 67 forks source link

Support to sort routes by custom comparator #391

Closed carrypann closed 2 months ago

carrypann commented 2 months ago

I am looking for a way to get sorted routes (for auto generate nav menus), and I find a method getSortedChildren which use path variable to compare, is there any way to get sort routes by custom comparator(e.g using meta.sort)

posva commented 2 months ago

Yeah, you can write that function yourself with router.getRoutes(). BTW here, routes are in a tree