Use specific methods from lodash to reduce bundle size

This commit is contained in:
Eliot Berriot 2018-12-20 11:21:15 +01:00
parent 17d86a2832
commit b2acd1e8a8
No known key found for this signature in database
GPG key ID: DD6965E2476E5C27
25 changed files with 38 additions and 24 deletions

View file

@ -52,7 +52,7 @@
<script>
import axios from 'axios'
import _ from 'lodash'
import _ from '@/lodash'
import {mapState} from 'vuex'
import { WebSocketBridge } from 'django-channels'
import GlobalEvents from '@/components/utils/global-events'