既定のアップロード先フォルダを設定できるように
This commit is contained in:
@ -245,7 +245,7 @@ export default (opts) => ({
|
||||
},
|
||||
|
||||
upload(file) {
|
||||
(this.$refs.uploader as any).upload(file);
|
||||
(this.$refs.uploader as any).upload(file, this.$store.state.settings.uploadFolder);
|
||||
},
|
||||
|
||||
onChangeUploadings(uploads) {
|
||||
|
Reference in New Issue
Block a user