[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
+2
View File
@@ -50,6 +50,8 @@ import Cell from '../cell';
export default create({
name: 'van-field',
inheritAttrs: false,
components: {
Cell
},