0👍
Try to remove the slash in front of AddNewDetail.
If you write a slash in front of it, it becomes a root path in your url, so I guess you could reach it under foo.bar/AddNewDetail. If you want to reach under foo.bar/About/AddNewDetail then write without /
- [Vuejs]-Match color prop to browser colors/hex/rgb aswell as color vars
- [Vuejs]-Get children from current route
Source:stackexchange.com