问题
We are using coreui VueJS. The problem we are facing is making the menu dynamic for each route.
The menu is loaded from _nav.js file and it only loads once and therefore the changes made to _nav.js are not shown until the page is reloaded.
Is there a way to make the menu dynamic? Can we reload the page for each router in VueJS?
来源:https://stackoverflow.com/questions/60369426/making-coreui-menu-dynamic