next.js 在新TAB页打开页面
Jun 22, 2022
1 min read
next.js 在新TAB页打开
<Link href={this.props.url}> <a target="_blank"> click me </a> </Link>