From a5bb1918e5269abbb92c0ccc6a9d4a004088201a Mon Sep 17 00:00:00 2001 From: tangjinzhou <415800467@qq.com> Date: Sat, 25 May 2019 15:10:28 +0800 Subject: [PATCH] fix: search input component replicating id attribute #726 --- components/input/Search.jsx | 1 + 1 file changed, 1 insertion(+) diff --git a/components/input/Search.jsx b/components/input/Search.jsx index d5b3aaeae..a96c58632 100644 --- a/components/input/Search.jsx +++ b/components/input/Search.jsx @@ -9,6 +9,7 @@ import PropTypes from '../_util/vue-types'; export default { name: 'AInputSearch', + inheritAttrs: false, model: { prop: 'value', event: 'change.value',