在 Vue-Router v4 中,您可以使用
strict
const router = createRouter({ history: createWebHistory(), routes: [ ... ], strict: true, // applies to all routes })
查看敏感和严格的路线选项。