| 
									
										
										
										
											2018-11-12 18:28:43 -08:00
										 |  |  | <Title name="Add instance" settingsPage={true} /> | 
					
						
							| 
									
										
										
										
											2018-01-07 16:00:42 -08:00
										 |  |  | <Layout page='settings'> | 
					
						
							| 
									
										
										
										
											2018-05-01 17:05:36 -07:00
										 |  |  |   <LazyPage {pageComponent} {params} /> | 
					
						
							| 
									
										
										
										
											2018-01-07 16:00:42 -08:00
										 |  |  | </Layout> | 
					
						
							|  |  |  | <script> | 
					
						
							| 
									
										
										
										
											2018-03-13 17:14:57 -07:00
										 |  |  |   import Layout from '../../_components/Layout.html' | 
					
						
							| 
									
										
										
										
											2018-11-12 18:28:43 -08:00
										 |  |  |   import Title from '../../_components/Title.html' | 
					
						
							| 
									
										
										
										
											2018-03-13 17:14:57 -07:00
										 |  |  |   import LazyPage from '../../_components/LazyPage.html' | 
					
						
							|  |  |  |   import pageComponent from '../../_pages/settings/instances/add.html' | 
					
						
							| 
									
										
										
										
											2018-01-13 19:23:05 -08:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2018-01-07 16:00:42 -08:00
										 |  |  |   export default { | 
					
						
							|  |  |  |     components: { | 
					
						
							| 
									
										
										
										
											2018-01-08 17:44:29 -08:00
										 |  |  |       Layout, | 
					
						
							| 
									
										
										
										
											2018-11-12 18:28:43 -08:00
										 |  |  |       Title, | 
					
						
							| 
									
										
										
										
											2018-03-13 17:14:57 -07:00
										 |  |  |       LazyPage | 
					
						
							| 
									
										
										
										
											2018-01-07 16:00:42 -08:00
										 |  |  |     }, | 
					
						
							| 
									
										
										
										
											2018-03-13 17:14:57 -07:00
										 |  |  |     data: () => ({ | 
					
						
							|  |  |  |       pageComponent | 
					
						
							|  |  |  |     }) | 
					
						
							| 
									
										
										
										
											2018-01-07 16:00:42 -08:00
										 |  |  |   } | 
					
						
							|  |  |  | </script> |