antd按需加載

如:import { Button } from ‘antd’; 的寫法是引入了 antd 下全部的模塊,這會影響應用的網絡性能。javascript 一,能夠經過如下的寫法來按需加載組件。css import Button from 'antd/es/button'; import 'antd/es/button/style'; // 或者 antd/es/button/style/css 加載
相關文章
相關標籤/搜索