Commit 45b1ce3d21b41d769cc8518e24478410160947db
1 parent
e093a25e
feat:引入自定义组件 JAddInput 主要用于数据流转其他属性 客户端属性 Headers
Showing
1 changed file
with
1 additions
and
1 deletions
@@ -46,7 +46,7 @@ | @@ -46,7 +46,7 @@ | ||
46 | //--------------不继承Antd Design Vue Input的所有属性 否则控制台报大片警告-------------- | 46 | //--------------不继承Antd Design Vue Input的所有属性 否则控制台报大片警告-------------- |
47 | inheritAttrs: false, | 47 | inheritAttrs: false, |
48 | props: { | 48 | props: { |
49 | - value: propTypes.string.def(''), | 49 | + value: propTypes.object.def({}), |
50 | //自定义删除按钮多少才会显示 | 50 | //自定义删除按钮多少才会显示 |
51 | min: propTypes.integer.def(0), | 51 | min: propTypes.integer.def(0), |
52 | }, | 52 | }, |