| 
									
										
										
										
											2021-08-01 19:24:47 -08:00
										 |  |  | <template> | 
					
						
							|  |  |  |   <v-app dark> | 
					
						
							| 
									
										
										
										
											2021-09-05 22:05:29 -08:00
										 |  |  |     <TheSnackbar /> | 
					
						
							| 
									
										
										
										
											2021-12-05 11:55:46 -09:00
										 |  |  | 
 | 
					
						
							|  |  |  |     <AppHeader :menu="false"> </AppHeader> | 
					
						
							| 
									
										
										
										
											2021-08-01 19:24:47 -08:00
										 |  |  |     <v-main> | 
					
						
							|  |  |  |       <v-scroll-x-transition> | 
					
						
							|  |  |  |         <Nuxt /> | 
					
						
							|  |  |  |       </v-scroll-x-transition> | 
					
						
							|  |  |  |     </v-main> | 
					
						
							|  |  |  |   </v-app> | 
					
						
							|  |  |  | </template> | 
					
						
							|  |  |  |    | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | <script lang="ts"> | 
					
						
							|  |  |  | import { defineComponent } from "@nuxtjs/composition-api"; | 
					
						
							| 
									
										
										
										
											2021-09-05 22:05:29 -08:00
										 |  |  | import TheSnackbar from "~/components/Layout/TheSnackbar.vue"; | 
					
						
							| 
									
										
										
										
											2021-12-05 11:55:46 -09:00
										 |  |  | import AppHeader from "@/components/Layout/AppHeader.vue"; | 
					
						
							| 
									
										
										
										
											2021-08-01 19:24:47 -08:00
										 |  |  | export default defineComponent({ | 
					
						
							| 
									
										
										
										
											2021-12-05 11:55:46 -09:00
										 |  |  |   components: { TheSnackbar, AppHeader }, | 
					
						
							| 
									
										
										
										
											2021-08-01 19:24:47 -08:00
										 |  |  | }); | 
					
						
							| 
									
										
										
										
											2021-12-05 11:55:46 -09:00
										 |  |  | </script> |