lazy组件 - ImVeryGood/Loan GitHub Wiki

import React, {lazy, Suspense} from 'react';

const EnterSliderComponent = lazy(() => import('./components/EnterSliderComponent'), );