vue3.0+ts+setup,怎么实现三秒后跳转到指定页面

下面是控制台报的错误
noMatch.vue?4db6:16 Uncaught TypeError: Cannot read properties of undefined (reading 'push')
at settime (noMatch.vue?4db6:16:1)

setTimeout(() => {
  //跳转页面,不要用this 这里this指向不一样

  }, 3000)