1

我想实现这样的目标:

Loadable({
  loader: () => import('react-bootstrap')
})

然后我想导出其中的特定组件,如 Grid、Row、Col,通常按如下方式导入:

import { Grid, Row, Col } from 'react-bootstrap'

  //OR

import Grid from 'react-bootstrap/lib/Grid'
4

0 回答 0