fix: add props of vc-upload
							parent
							
								
									eea548b4ed
								
							
						
					
					
						commit
						c70baf80c0
					
				|  | @ -10,6 +10,7 @@ const upLoadPropTypes = { | |||
|   // style: PropTypes.object, | ||||
|   prefixCls: PropTypes.string, | ||||
|   action: PropTypes.string, | ||||
|   name: PropTypes.string, | ||||
|   // className: PropTypes.string, | ||||
|   multiple: PropTypes.bool, | ||||
|   disabled: PropTypes.bool, | ||||
|  |  | |||
|  | @ -4,7 +4,7 @@ import Iframe from './components/iframe.vue' | |||
| const AsyncTestComp = () => { | ||||
|   const d = window.location.hash.replace('#', '') | ||||
|   return { | ||||
|     component: import(`../components/menu/demo/${d}`), | ||||
|     component: import(`../components/upload/demo/${d}`), | ||||
|   } | ||||
| } | ||||
| 
 | ||||
|  |  | |||
		Loading…
	
		Reference in New Issue
	
	 wangxueliang
						wangxueliang