fix: search input component replicating id attribute #726
parent
e9f2858ae0
commit
a5bb1918e5
|
@ -9,6 +9,7 @@ import PropTypes from '../_util/vue-types';
|
|||
|
||||
export default {
|
||||
name: 'AInputSearch',
|
||||
inheritAttrs: false,
|
||||
model: {
|
||||
prop: 'value',
|
||||
event: 'change.value',
|
||||
|
|
Loading…
Reference in New Issue