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.
ant-design-vue/components/result/demo/warning.vue

26 lines
374 B

<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>