Fixed undefined reference error
This commit is contained in:
parent
dbd8253575
commit
eba005255c
|
@ -70,7 +70,7 @@
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
<script>
|
<script>
|
||||||
import lodash from "@/lodash"
|
import _ from "@/lodash"
|
||||||
import axios from "axios"
|
import axios from "axios"
|
||||||
import TranslationsMixin from "@/components/mixins/Translations"
|
import TranslationsMixin from "@/components/mixins/Translations"
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue