refactor(client):

This commit is contained in:
syuilo
2021-12-10 01:22:22 +09:00
parent 980a99b6c9
commit 46c0280764
10 changed files with 23 additions and 14 deletions

View File

@@ -152,7 +152,7 @@ export default defineComponent({
},
chooseFile(e) {
selectFile(e.currentTarget || e.target, this.$ts.selectFile, false).then(file => {
selectFile(e.currentTarget || e.target, this.$ts.selectFile).then(file => {
this.file = file;
});
},