[bugfix] Component should not inheritAttrs when use $attrs (#488)

This commit is contained in:
neverland
2017-12-27 19:41:39 +08:00
committed by GitHub
parent 6d003c88a1
commit 11c07eb007
5 changed files with 8 additions and 1 deletions

View File

@@ -30,6 +30,8 @@ import Clickoutside from '../utils/clickoutside';
export default create({
name: 'van-search',
inheritAttrs: false,
props: {
value: String,
showAction: Boolean,