You can not select more than 25 topics
			Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
		
		
		
		
		
			
	
	
		
	
		
			
				
				
					
						
						
						
							|  | <template> | 
						
						
						
							|  |   <i-frame :src="url" /> | 
						
						
						
							|  | </template> | 
						
						
						
							|  | <script> | 
						
						
						
							|  | import iFrame from "@/components/iFrame/index"; | 
						
						
						
							|  | export default { | 
						
						
						
							|  |   name: "Swagger", | 
						
						
						
							|  |   components: { iFrame }, | 
						
						
						
							|  |   data() { | 
						
						
						
							|  |     return { | 
						
						
						
							|  |       url: process.env.VUE_APP_BASE_API + "/swagger-ui/index.html" | 
						
						
						
							|  |     }; | 
						
						
						
							|  |   }, | 
						
						
						
							|  | }; | 
						
						
						
							|  | </script>
 | 
						
						
						
							|  | 
 |