Fixed Google Photo import modal

This commit is contained in:
benweet 2017-11-19 18:25:35 +00:00
parent bbd257f07e
commit 1bc7de32be

View File

@ -18,12 +18,14 @@
<script>
import { mapGetters } from 'vuex';
import ModalInner from '../common/ModalInner';
import FormEntry from '../common/FormEntry';
const makeThumbnail = (url, size) => `${url}=s${size}`;
export default {
components: {
ModalInner,
FormEntry,
},
data: () => ({