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