You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I develop my app, I only found add routers (https://router.vuejs.org/api/#router-addroutes ) but don't found delete or remove routers. I don't see any docs for this. Can you provide any docs for removing routers or support for this?
Best regards,
What does the proposed API look like?
router.removeRoutes(routes: Array)
The text was updated successfully, but these errors were encountered:
What problem does this feature solve?
Hi there,
When I develop my app, I only found add routers (https://router.vuejs.org/api/#router-addroutes ) but don't found delete or remove routers. I don't see any docs for this. Can you provide any docs for removing routers or support for this?
Best regards,
What does the proposed API look like?
router.removeRoutes(routes: Array)
The text was updated successfully, but these errors were encountered: