Skip to content
On this page

react组件懒加载

typescript
const Component = React.lazy(() => import('./Component'))

更新时间: