[bugfix] Component should not inheritAttrs when use $attrs (#488)
This commit is contained in:
@@ -18,6 +18,8 @@ import { create } from '../utils';
|
||||
export default create({
|
||||
name: 'van-uploader',
|
||||
|
||||
inheritAttrs: false,
|
||||
|
||||
props: {
|
||||
disabled: Boolean,
|
||||
beforeRead: Function,
|
||||
|
||||
Reference in New Issue
Block a user