lekhang2512 / vue-upload-multiple-image

A simple upload multiple image component for Vuejs
132 stars 50 forks source link

Don't require the whole lodash package #51

Open machour opened 3 years ago

machour commented 3 years ago

As far as I can see, only the following parts of lodash are used:

import { forEach, findIndex, orderBy, cloneDeep } from 'lodash'

You should only depends on the individual packages (lodash.foreach, lodash.findindex, ...)