1. 首页
  2. 数据库
  3. 其它
  4. next typed path:为Next.js键入安全路径实用程序 源码

next typed path:为Next.js键入安全路径实用程序 源码

上传者: 2021-04-25 06:25:00上传 ZIP文件 98.02KB 热度 8次
下一类路径 为Next.js键入安全路径实用程序 安装 yarn add next-typed-path # or npm i -S next-typed-path 用法 import { $dynamic , $route , createRoutes } from 'next-typed-path' const routes = createRoutes ( { about : $route , users : { index : $route , '[userId]' : { index : $route , posts : { '[postId]' : { index : $route , } , } , settings : { index
用户评论