26 lines
		
	
	
		
			369 B
		
	
	
	
		
			Vue
		
	
	
			
		
		
	
	
			26 lines
		
	
	
		
			369 B
		
	
	
	
		
			Vue
		
	
	
<docs>
 | 
						|
---
 | 
						|
order: 4
 | 
						|
title:
 | 
						|
  zh-CN: 404
 | 
						|
  en-US: 404
 | 
						|
---
 | 
						|
 | 
						|
## zh-CN
 | 
						|
 | 
						|
此页面未找到。
 | 
						|
 | 
						|
## en-US
 | 
						|
 | 
						|
The page you visited does not exist.
 | 
						|
 | 
						|
</docs>
 | 
						|
 | 
						|
<template>
 | 
						|
  <a-result status="404" title="404" sub-title="Sorry, the page you visited does not exist.">
 | 
						|
    <template #extra>
 | 
						|
      <a-button type="primary">Back Home</a-button>
 | 
						|
    </template>
 | 
						|
  </a-result>
 | 
						|
</template>
 |