16 lines
		
	
	
		
			No EOL
		
	
	
		
			236 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			16 lines
		
	
	
		
			No EOL
		
	
	
		
			236 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
| <img src="{{account.avatar_static}}">
 | |
| <style>
 | |
|   img {
 | |
|     width: 48px;
 | |
|     height: 48px;
 | |
|     margin: 10px auto;
 | |
|     border-radius: 4px;
 | |
|   }
 | |
| </style>
 | |
| <script>
 | |
|   export default {
 | |
|     data: () => ({
 | |
|       account: null
 | |
|     })
 | |
|   }
 | |
| </script> |