fix type
							parent
							
								
									07b992094c
								
							
						
					
					
						commit
						d2b27ae364
					
				| 
						 | 
					@ -6,7 +6,7 @@ import inputProps from './inputProps'
 | 
				
			||||||
import Button from '../button'
 | 
					import Button from '../button'
 | 
				
			||||||
import { cloneElement } from '../_util/vnode'
 | 
					import { cloneElement } from '../_util/vnode'
 | 
				
			||||||
import { getOptionProps, getComponentFromProp } from '../_util/props-util'
 | 
					import { getOptionProps, getComponentFromProp } from '../_util/props-util'
 | 
				
			||||||
import PropsType from '../_util/vue-types'
 | 
					import PropTypes from '../_util/vue-types'
 | 
				
			||||||
 | 
					
 | 
				
			||||||
export default {
 | 
					export default {
 | 
				
			||||||
  name: 'InputSearch',
 | 
					  name: 'InputSearch',
 | 
				
			||||||
| 
						 | 
					@ -20,7 +20,7 @@ export default {
 | 
				
			||||||
      default: 'ant-input',
 | 
					      default: 'ant-input',
 | 
				
			||||||
      type: String,
 | 
					      type: String,
 | 
				
			||||||
    },
 | 
					    },
 | 
				
			||||||
    enterButton: PropsType.oneOfType([PropsType.bool, PropsType.string, PropsType.object]),
 | 
					    enterButton: PropTypes.oneOfType([PropTypes.bool, PropTypes.string, PropTypes.object]),
 | 
				
			||||||
  },
 | 
					  },
 | 
				
			||||||
  computed: {
 | 
					  computed: {
 | 
				
			||||||
  },
 | 
					  },
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue