vuejs scroll to top

// add scroll to top when a is clicked (routes)
<a @click="scrollToTop(), goToPricing()">Pricing</a>

 methods: {
        scrollToTop() {
            window.scrollTo(0, 0);
        },  goToPricing() {
            this.$router.push('/pricing');
        }
        }

3.25
4
Dennis B. 145 points

                                    scrollToTop() {
window.scrollTo(0,0);
}

3.25 (4 Votes)
0
4
6
Phil Lille 80 points

                                     methods: { 
           scrollToTop() {
                window.scrollTo(0,0);
           }
        }

4 (6 Votes)
0
4
1
Mjfv 70 points

                                    &lt;router-link @click.native=&quot;$scrollToTop&quot;&gt;

4 (1 Votes)
0
Are there any code examples left?
Create a Free Account
Unlock the power of data and AI by diving into Python, ChatGPT, SQL, Power BI, and beyond.
Sign up
Develop soft skills on BrainApps
Complete the IQ Test
Relative searches
vue scroll to top when going to each page vue ion-content scroll to top vue start scrolled on top how to scroll to top vue scrol elem to top vue vue js scroll top vue js 3 scrolll to top vue js auto scroll top vuetifyjs scroll top vue router scroll to top of page vuejs router scroll to top vuejs scroll to top and bottom component made with vuejs vuejs scroll to top and bottom component vue how to scroll to top how to slowly return to top on scroll in vuejs scroll to top on mount vue vue js move scroll to top vuejs go tscroll to top page vue scroll to top on click scroll to top vue\ vuejs set scroll to top on pagel oad vue scroll to top on navigation make vue scroll to top on navigation scroll top vue js handle scroll top vuejs scoll top top issue vue js scroll to top on link vue js vue scroll top down vue router change scroll to top scroll to the top vue scroll to top in vuejs scroll to top button vuejs vuerouter scroll top how to scroll top in vue scroll to top vuetify vue scroll element to top js jump to the top vue scroll back to top of page vuejs vue scroll to top of page how to scroll to page top in vue vuejs router scroll top scroll to top vue medium vue scroll to the top vue 3 scroll to top in component scroll to top vue 3 vue 3 scroll to top vuejs scroll to top of div vuejs scrolll to top vue scroll top scroll Top in vue js vue router scroll top automatically scroll to top of page vue how to scroll to the top in vuejs function scroll top vue js scroll on top vue js route vue js scroll to top scroll at top of div vue vue.js scroll to top with router vue 3 scroll top vuejs scroll to top how to use scroll to top in vue js scroll to top of page vue scroll to top vuejs vuejs scroll to top of page vuejs scroll to top of component scroll to top vue router scroll top vue vue router scroll to top scroll to top on component mount vue how to add scroll to top method on click vue scroll to top vue js vuetify scroll to top vue scroll up component vuejs page always load from top goto top vue vue router link jump to top scroll up vuejs scroll up, scroll down vue js how to scroll up in the screen in vue vue scroll to bottom of page and top automatically vue scroll vuejs spa page open with scroll down vue scroll to top child start page on to top vue scroll vue scroll to top of element javascript go to top of page by button click vue go to top of page vuejs Return to top of window vuejs on click go to top of page vuejs page scroll to top when component load in vue window.scrollTo in vue js scroll to top in vue js window scroll to top smooth vue scroll window to top vue vue component scroll to top vue js how to move screen to the top after click animation vue js how to move screen to the top after click vue js how to move screen to the top go to tthe top page vue js after click on router link in vue window slide to bottom vue js go to top page vuetify scroll to bottom vue scroll to top on route change vue js scroll to top on onclick how to scroll top on click vue js window scrolltop 0 in vue js vue animate scroll to top how to get back to page top vue js scroll ot top with vue.js scroll link vuejs start from top vue js how to scroll up in vue js vue page load scroll to top vue when page is on top scroll to element after route load in vue goto other route and scroll to that content in vue js scroll top vuejs vuejs function move page to top scroll page onclick vuejs on click goto path &amp; scroll in vue by click on link page scroll to top in vue vuejs scroll top scroll window top vue vue scroll top window vue js scroll to top animation vue scroll to top scroll to the top of the page vuejs scroll top component vue scrollup when a new component is open vue scroll to top vue
Made with love
This website uses cookies to make IQCode work for you. By using this site, you agree to our cookie policy

Welcome Back!

Sign up to unlock all of IQCode features:
  • Test your skills and track progress
  • Engage in comprehensive interactive courses
  • Commit to daily skill-enhancing challenges
  • Solve practical, real-world issues
  • Share your insights and learnings
Create an account
Sign in
Recover lost password
Or log in with

Create a Free Account

Sign up to unlock all of IQCode features:
  • Test your skills and track progress
  • Engage in comprehensive interactive courses
  • Commit to daily skill-enhancing challenges
  • Solve practical, real-world issues
  • Share your insights and learnings
Create an account
Sign up
Or sign up with
By signing up, you agree to the Terms and Conditions and Privacy Policy. You also agree to receive product-related marketing emails from IQCode, which you can unsubscribe from at any time.
Creating a new code example
Code snippet title
Source