Fixed Google Photo import modal
This commit is contained in:
parent
bbd257f07e
commit
1bc7de32be
@ -18,12 +18,14 @@
|
|||||||
|
|
||||||
<script>
|
<script>
|
||||||
import { mapGetters } from 'vuex';
|
import { mapGetters } from 'vuex';
|
||||||
|
import ModalInner from '../common/ModalInner';
|
||||||
import FormEntry from '../common/FormEntry';
|
import FormEntry from '../common/FormEntry';
|
||||||
|
|
||||||
const makeThumbnail = (url, size) => `${url}=s${size}`;
|
const makeThumbnail = (url, size) => `${url}=s${size}`;
|
||||||
|
|
||||||
export default {
|
export default {
|
||||||
components: {
|
components: {
|
||||||
|
ModalInner,
|
||||||
FormEntry,
|
FormEntry,
|
||||||
},
|
},
|
||||||
data: () => ({
|
data: () => ({
|
||||||
|
Loading…
Reference in New Issue
Block a user