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

Redirecting in blaze templates with vue router #2

Open
janat08 opened this issue Oct 27, 2016 · 2 comments
Open

Redirecting in blaze templates with vue router #2

janat08 opened this issue Oct 27, 2016 · 2 comments

Comments

@janat08
Copy link

janat08 commented Oct 27, 2016

This: "import router from '/imports/routes';" doesn't help, I'm looking to link to dynamic page.

@janat08
Copy link
Author

janat08 commented Oct 27, 2016

Also difficulty with $route.params.id

@janat08 janat08 changed the title router.push() Redirecting in blaze templates with vue router Nov 2, 2016
@janat08
Copy link
Author

janat08 commented Nov 2, 2016

Meantime hard coding with this works: window.location.href = "http://localhost:3000/charInfo/"+this.name.replace(" ", "_");

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

1 participant