add scroll to top when a is clicked (routes) Pricing methods: { scrollToTop() { window.scrollTo(0, 0); }, goToPricing() { this.$router.push('/pricing'); } }
確定! 回上一頁