[bugfix] Component should not inheritAttrs when use $attrs (#488)
This commit is contained in:
@@ -50,6 +50,8 @@ import Cell from '../cell';
|
||||
export default create({
|
||||
name: 'van-field',
|
||||
|
||||
inheritAttrs: false,
|
||||
|
||||
components: {
|
||||
Cell
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user