-
Notifications
You must be signed in to change notification settings - Fork 14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Router mode should use vue-router #5
Comments
hi @zsh2401 thanks for opening the issue. |
I thought we can add vue-router as peer dependency and dynamically check whether users have installed it. |
Other component libraries that contains sidebar component and provide router mode all uses the vue-router. They consider users who is enabling router mode must installed the vue-router |
Thank you for your jobs, again! Your library has been imported to a business project in my company. |
Yeah I need to check them out and figure out a solution when I have the time |
I Am very HAPPY to hear that :))) !!! |
I have read a tiny part of source of this project, then I found that it seems to just change hash to route. I suggest that use the useRouter to get the router instance and call router.push, so that this library can adapt to more routing methods such as memory and non-hash
The text was updated successfully, but these errors were encountered: