router.options.js 86 B

123
  1. export default {
  2. scrollBehavior: () => ({ left: 0, top: 0, behavior: 'smooth' })
  3. }