要在页面之间使用路由,我们建议使用 <nuxt-link> 标签。 ... export default { validate({ params }) { // 必须是number类型 return /^\d+$/.test(params.id) } }.
確定! 回上一頁