vite没有具体报错怎么办?

vite没有具体报错怎么办?
TypeError: Failed to fetch dynamically imported module: http://localhost:3000/src/views/ProductTable.vue

文档:vite没有具体报错怎么办?.note
链接:http://note.youdao.com/noteshare?id=3afbeb3212091dfbaa5d21be173cab55

应该是代码中的某部分有问题,但是他不会具体说是哪一行出错

要直接 去这个view的链接,而不是 router.push

    ProductTableGo(){
      router.push('/ProductTable')
    },
Vite App
http://localhost:3000/#/ProductTable