This commit is contained in:
syuilo 2018-02-16 15:38:12 +09:00
parent aa433c2ac9
commit 9b8e31a035
6 changed files with 67 additions and 57 deletions

View file

@ -34,8 +34,8 @@ export default Vue.extend({
});
},
methods: {
onChangeUploadings(media) {
this.uploadings = media;
onChangeUploadings(files) {
this.uploadings = files;
},
onChangeMedia(media) {
this.media = media;