로딩
티스토리 데이터 처리 중입니다.

next js scroll

 next js scroll

import Router from 'next/router'; const goToRecruit = () => { Router.push('/with/recruit').then(() => window.scrollTo(0, 0)); }; <Button name='탑승하기' onClick={goToRecruit}></Button> nextjs의 경우.....

next js scroll에 대한 요약내용입니다.

자세한 내용은 아래에 원문링크를 확인해주시기 바랍니다.

원문 링크 : next js scroll