| 
									
										
										
										
											2018-02-25 11:20:40 -08:00
										 |  |  | {{#await asyncProps}} | 
					
						
							|  |  |  | {{then props}} | 
					
						
							|  |  |  |   <VirtualListItem :component | 
					
						
							|  |  |  |                    :offset | 
					
						
							|  |  |  |                    :props | 
					
						
							|  |  |  |                    :key | 
					
						
							|  |  |  |                    :index | 
					
						
							|  |  |  |                    /> | 
					
						
							|  |  |  | {{/await}} | 
					
						
							| 
									
										
										
										
											2018-01-23 18:15:14 -08:00
										 |  |  | <script> | 
					
						
							|  |  |  |   import VirtualListItem from './VirtualListItem' | 
					
						
							|  |  |  |   export default { | 
					
						
							|  |  |  |     components: { | 
					
						
							|  |  |  |       VirtualListItem | 
					
						
							| 
									
										
										
										
											2018-02-25 11:20:40 -08:00
										 |  |  |     }, | 
					
						
							|  |  |  |     computed: { | 
					
						
							|  |  |  |       asyncProps: async (makeProps, key) => makeProps && makeProps(key) | 
					
						
							| 
									
										
										
										
											2018-01-23 18:15:14 -08:00
										 |  |  |     } | 
					
						
							|  |  |  |   } | 
					
						
							|  |  |  | </script> |