| 
									
										
										
										
											2021-11-23 18:57:24 -09:00
										 |  |  | <template> | 
					
						
							| 
									
										
										
										
											2025-06-20 00:09:12 +07:00
										 |  |  |   <v-toolbar | 
					
						
							|  |  |  |     color="transparent" | 
					
						
							|  |  |  |     flat | 
					
						
							|  |  |  |   > | 
					
						
							|  |  |  |     <BaseButton | 
					
						
							|  |  |  |       color="null" | 
					
						
							|  |  |  |       rounded | 
					
						
							|  |  |  |       secondary | 
					
						
							|  |  |  |       @click="$router.go(-1)" | 
					
						
							|  |  |  |     > | 
					
						
							|  |  |  |       <template #icon> | 
					
						
							|  |  |  |         {{ $globals.icons.arrowLeftBold }} | 
					
						
							|  |  |  |       </template> | 
					
						
							| 
									
										
										
										
											2023-03-21 20:45:27 +01:00
										 |  |  |       {{ $t('general.back') }} | 
					
						
							| 
									
										
										
										
											2021-11-23 18:57:24 -09:00
										 |  |  |     </BaseButton> | 
					
						
							| 
									
										
										
										
											2025-06-20 00:09:12 +07:00
										 |  |  |     <slot /> | 
					
						
							| 
									
										
										
										
											2021-11-23 18:57:24 -09:00
										 |  |  |   </v-toolbar> | 
					
						
							|  |  |  | </template> | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | <script lang="ts"> | 
					
						
							| 
									
										
										
										
											2025-06-20 00:09:12 +07:00
										 |  |  | export default defineNuxtComponent({ | 
					
						
							| 
									
										
										
										
											2021-11-23 18:57:24 -09:00
										 |  |  |   props: { | 
					
						
							|  |  |  |     back: { | 
					
						
							|  |  |  |       type: Boolean, | 
					
						
							|  |  |  |       default: false, | 
					
						
							|  |  |  |     }, | 
					
						
							|  |  |  |   }, | 
					
						
							|  |  |  | }); | 
					
						
							|  |  |  | </script> | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | <style lang="scss" scoped> | 
					
						
							| 
									
										
										
										
											2023-03-21 20:45:27 +01:00
										 |  |  | </style> |