mirror of
https://github.com/youzan/vant.git
synced 2025-10-18 09:24:25 +00:00
[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