-
Notifications
You must be signed in to change notification settings - Fork 27.1k
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
Need Option open target blank in Router Push #8279
Comments
Hi @duyha1309, I think Router.push is to continue on the same page and upload new content to that page. Try using window.open ('www.yourdomain.com', '_ blank'); instead of Route.push. |
Questions should be posted on https://spectrum.chat/next-js as per the issue template. @etc-tiago is right. |
This issue has been automatically locked due to no recent activity. If you are running into a similar issue, please create a new issue with the steps to reproduce. Thank you. |
Question about Next.js
Hi every body, I want open target blank when using Router.push, But i don't look option in document for open new windown when router push to url.
I using method:
**Router.push({
});**
Please �show me option,
Thanks
The text was updated successfully, but these errors were encountered: