26 lines
		
	
	
		
			343 B
		
	
	
	
		
			Vue
		
	
	
			
		
		
	
	
			26 lines
		
	
	
		
			343 B
		
	
	
	
		
			Vue
		
	
	
<docs>
 | 
						|
---
 | 
						|
order: 5
 | 
						|
title:
 | 
						|
  zh-CN: 500
 | 
						|
  en-US: 500
 | 
						|
---
 | 
						|
 | 
						|
## zh-CN
 | 
						|
 | 
						|
æåĄå¨åįäēé蝝ã
 | 
						|
 | 
						|
## en-US
 | 
						|
 | 
						|
The server is wrong.
 | 
						|
 | 
						|
</docs>
 | 
						|
 | 
						|
<template>
 | 
						|
  <a-result status="500" title="500" sub-title="Sorry, the server is wrong.">
 | 
						|
    <template #extra>
 | 
						|
      <a-button type="primary">Back Home</a-button>
 | 
						|
    </template>
 | 
						|
  </a-result>
 | 
						|
</template>
 |