Fixed import error in web UI

This commit is contained in:
Eliot Berriot 2019-04-19 18:10:11 +02:00
commit a414461f49
No known key found for this signature in database
GPG key ID: DD6965E2476E5C27

View file

@ -43,6 +43,7 @@
<script>
import Modal from '@/components/semantic/Modal'
import axios from 'axios'
import _ from "@/lodash"
export default {
props: ['show'],