From eba005255c76d45df6e4af5999b7c5992bed3f4d Mon Sep 17 00:00:00 2001 From: Eliot Berriot <contact@eliotberriot.com> Date: Thu, 2 May 2019 14:20:36 +0200 Subject: [PATCH] Fixed undefined reference error --- front/src/components/auth/ApplicationForm.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/front/src/components/auth/ApplicationForm.vue b/front/src/components/auth/ApplicationForm.vue index f89d0693..5bd7d3b5 100644 --- a/front/src/components/auth/ApplicationForm.vue +++ b/front/src/components/auth/ApplicationForm.vue @@ -70,7 +70,7 @@ </template> <script> -import lodash from "@/lodash" +import _ from "@/lodash" import axios from "axios" import TranslationsMixin from "@/components/mixins/Translations" -- GitLab