vue3 路由报错 Uncaught Error: Catch all routes (“*“) must now be defined using a param with a custom reg
错误:constnotFound=()=>import('@views/404/404.vue'){path:'*',name:'404',component:notFound}根据报错信息可得必须使用正则表达式解决方案:constnotFound=()=>import('@views/404/404.vue'){//匹配所有路径vue2使用*vue3使用/:pathMatch(.*)*或/:pa