Fixed import error in web UI

This commit is contained in:
Eliot Berriot 2019-04-19 18:10:11 +02:00
parent 1df455d170
commit a414461f49
No known key found for this signature in database
GPG Key ID: DD6965E2476E5C27
1 changed files with 1 additions and 0 deletions

View File

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