Vue3路由404的写法

zhuanbike 2022-9-22 541

import NotFound from 'NotFound'
const routes = [
  {
     path: '/:catchAll(.*)',
    component: NotFound
  },
]


最新回复 (0)
发新帖