We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e9f2858 commit a5bb191Copy full SHA for a5bb191
components/input/Search.jsx
@@ -9,6 +9,7 @@ import PropTypes from '../_util/vue-types';
9
10
export default {
11
name: 'AInputSearch',
12
+ inheritAttrs: false,
13
model: {
14
prop: 'value',
15
event: 'change.value',
0 commit comments