react-router4-with-layouts
允许路由器具有带有打字稿定义的布局道具
安装
yarn add react-router4-with-layouts
用法
import React , { Component } from 'react' ;
import { Route } from 'react-router4-with-layouts' ;
import { Router , Switch } from 'react-router-dom' ;
import { cr