[bugfix] Component should not inheritAttrs when use $attrs (#488)
This commit is contained in:
@@ -30,6 +30,8 @@ import Clickoutside from '../utils/clickoutside';
|
||||
export default create({
|
||||
name: 'van-search',
|
||||
|
||||
inheritAttrs: false,
|
||||
|
||||
props: {
|
||||
value: String,
|
||||
showAction: Boolean,
|
||||
|
||||
Reference in New Issue
Block a user