This commit is contained in:
syuilo 2018-02-14 19:03:48 +09:00
parent 727d2d8737
commit 9a722898d2
6 changed files with 457 additions and 422 deletions

View file

@ -111,7 +111,7 @@ export default Vue.extend({
chooseFile() {
(this.$refs.file as any).click();
},
chooseFileFromDrive() {
chooseFileFromDrive() {/*
const w = new MkDriveFileSelectorWindow({
propsData: {
multiple: true
@ -122,7 +122,7 @@ export default Vue.extend({
w.$once('selected', files => {
files.forEach(this.attachMedia);
});
});*/
},
attachMedia(driveFile) {
this.files.push(driveFile);