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