Skip to content

Commit ac183a8

Browse files
committed
fix(imgUpload): 修复属性名错误
1 parent d8e9e2b commit ac183a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/base/upload-imgs/index.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -296,7 +296,7 @@ export default {
296296
default: null,
297297
},
298298
/** 重写上传方法, 如果重写则覆盖组件内上传方法 */
299-
uploadFuc: {
299+
remoteFuc: {
300300
type: [Function, Promise],
301301
default: null,
302302
},

0 commit comments

Comments
 (0)