fix: search input component replicating id attribute #726

pull/833/head
tangjinzhou 2019-05-25 15:10:28 +08:00
parent e9f2858ae0
commit a5bb1918e5
1 changed files with 1 additions and 0 deletions

View File

@ -9,6 +9,7 @@ import PropTypes from '../_util/vue-types';
export default {
name: 'AInputSearch',
inheritAttrs: false,
model: {
prop: 'value',
event: 'change.value',