Dynamic routes are not removed in frontend (immediately) when they are removed in the backend
This is due to vue-router
version 3.x not including the possibility to remove routes. A possible solution would be to add some meta field to dynamic routes that are supposed to be deleted and checking for it in a. menu building and b. when the user tries to navigate to this route.
Edited by Hangzhi Yu