Fixed undefined reference error

This commit is contained in:
Eliot Berriot 2019-05-02 14:20:36 +02:00
parent dbd8253575
commit eba005255c
No known key found for this signature in database
GPG Key ID: DD6965E2476E5C27
1 changed files with 1 additions and 1 deletions

View File

@ -70,7 +70,7 @@
</template>
<script>
import lodash from "@/lodash"
import _ from "@/lodash"
import axios from "axios"
import TranslationsMixin from "@/components/mixins/Translations"