1
0

Revert "Use deep imports for importing lodash to make tree shaking easier"

This reverts commit 3c3767a9
This commit is contained in:
kolaente
2020-03-03 21:02:13 +01:00
parent 3c3767a91e
commit fe6c859150
9 changed files with 9 additions and 12 deletions

View File

@ -33,7 +33,7 @@
</template>
<script>
import differenceWith from 'lodash'
import {differenceWith} from 'lodash'
import multiselect from 'vue-multiselect'
import UserModel from '../../../models/user'

View File

@ -35,7 +35,7 @@
</template>
<script>
import differenceWith from 'lodash'
import { differenceWith } from 'lodash'
import multiselect from 'vue-multiselect'
import LabelService from '../../../services/label'