Skip to content
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

Scoped router #3

Closed
susilolab opened this issue May 29, 2018 · 2 comments
Closed

Scoped router #3

susilolab opened this issue May 29, 2018 · 2 comments

Comments

@susilolab
Copy link

should i scope the router too?. what if module contain create, read, update delete?. thanks

@EvanBurbidge
Copy link

The vue-router is a singelton object, so its a bit difficult to scope it into a specific module, you will probably end up using something such as create children on the router but with no way to persist them will lose your place in the application, its one failing of vue router.

@susilolab
Copy link
Author

The vue-router is a singelton object, so its a bit difficult to scope it into a specific module, you will probably end up using something such as create children on the router but with no way to persist them will lose your place in the application, its one failing of vue router.

thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants