This commit is contained in:
syuilo
2020-09-20 21:29:22 +09:00
parent dd1b6b21e1
commit ea37ff3b61
15 changed files with 68 additions and 37 deletions

View File

@@ -414,7 +414,7 @@ export default defineComponent({
},
setEyeCatchingImage() {
selectDriveFile(this.$root, false).then(file => {
selectDriveFile(false).then(file => {
this.eyeCatchingImageId = file.id;
});
},