2024年7月12日
摘要: 1、安装 yarn add react-activation react-router-config 2、路由懒加载 import { lazy } from "react"; { path: "/page", title: "page", expect: true, component: lazy 阅读全文
posted @ 2024-07-12 10:22 随心的博客 阅读(1011) 评论(0) 推荐(0)