Narutocc / Vue

:smirk_cat:Vue is a progressive framework for building user interfaces. Vue is also perfectly capable of powering sophisticated Single-Page Applications when used in combination with modern tooling and supporting libraries.
1 stars 0 forks source link

关于 router path 通配符* #77

Open Narutocc opened 5 years ago

Narutocc commented 5 years ago
{
      path: '*',
      name: '404',
      component: NotFound
}

匹配不到的路由会自动跳转到该404路由