SyntaxFix
Write A Post
Hire A Developer
Questions
theMaxx answer works in nuxt/vue, smooth scrolling is default behavior
<button @click=scrollToTop()>Jump to top of page
methods: { scrollToTop() { window.scrollTo({ top: 0 }); } }