radarrplexorganizrnginxsonarrdashboardhtpcserverhomepagesabnzbdheimdallembycouchpotatonzbgetbookmarkapplication-dashboardmuximuxlandingpagestartpagelanding
		
		
		
		
			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.
		
		
		
		
		
			
		
			
				
					
					
						
							23 lines
						
					
					
						
							563 B
						
					
					
				
			
		
		
		
			
			
			
				
					
				
				
					
				
			
		
		
	
	
							23 lines
						
					
					
						
							563 B
						
					
					
				| <template> | |
|     <div class="container"> | |
|         <div class="row"> | |
|             <div class="col-md-8 col-md-offset-2"> | |
|                 <div class="panel panel-default"> | |
|                     <div class="panel-heading">Example Component</div> | |
| 
 | |
|                     <div class="panel-body"> | |
|                         I'm an example component! | |
|                     </div> | |
|                 </div> | |
|             </div> | |
|         </div> | |
|     </div> | |
| </template> | |
|  | |
| <script> | |
|     export default { | |
|         mounted() { | |
|             console.log('Component mounted.') | |
|         } | |
|     } | |
| </script>
 | |
| 
 |