请问怎么通过url-loader引入多张图片呢?
import homeBg1 from './image/homeBg1.jpg'; import homeBg2 from './image/homeBg2.jpg'; import homeBg3 from './image/homeBg3.jpg';
如果页面上图片很多,这样做太麻烦了,有没有批量引入的办法呢?
import homeBg1 from './image/homeBg1.jpg'; import homeBg2 from './image/homeBg2.jpg'; import homeBg3 from './image/homeBg3.jpg';
如果页面上图片很多,这样做太麻烦了,有没有批量引入的办法呢?
2016-05-19
举报