Fixed undefined reference error

This commit is contained in:
Eliot Berriot 2019-05-02 14:20:36 +02:00
commit eba005255c
No known key found for this signature in database
GPG key ID: DD6965E2476E5C27

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"