Update PreviewTable.vue

This commit is contained in:
xhacker-zzz 2021-12-22 22:30:16 +08:00 committed by GitHub
parent 05b4014894
commit 3a859259c6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -96,7 +96,7 @@ export default {
row.title = value
URL.revokeObjectURL(row.file);
regenerate(row);
},
},
changeArtist(file, row) {
row.artist = value
URL.revokeObjectURL(row.file);