26 lines
		
	
	
		
			374 B
		
	
	
	
		
			Vue
		
	
	
			
		
		
	
	
			26 lines
		
	
	
		
			374 B
		
	
	
	
		
			Vue
		
	
	
| <docs>
 | |
| ---
 | |
| order: 2
 | |
| title:
 | |
|   zh-CN: Warning
 | |
|   en-US: Warning
 | |
| ---
 | |
| 
 | |
| ## zh-CN
 | |
| 
 | |
| čĻåįąģåįįģæã
 | |
| 
 | |
| ## en-US
 | |
| 
 | |
| The result of the warning.
 | |
| 
 | |
| </docs>
 | |
| 
 | |
| <template>
 | |
|   <a-result status="warning" title="There are some problems with your operation.">
 | |
|     <template #extra>
 | |
|       <a-button key="console" type="primary">Go Console</a-button>
 | |
|     </template>
 | |
|   </a-result>
 | |
| </template>
 |