feat: scroll to top when load Initiatively

This commit is contained in:
EnixCoda 2018-12-01 16:06:10 +08:00
parent 0d5cdaf84c
commit f22eb6ea45
No known key found for this signature in database
GPG key ID: 6825847C88AA329A

View file

@ -103,7 +103,7 @@ const pjax = new PJAX({
function loadWithPJAX(URL) {
NProgress.start()
pjax.loadUrl(URL)
pjax.loadUrl(URL, { scrollTo: 0 })
}
/**