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/success.vue

31 lines
529 B

<docs>
---
order: 0
title:
zh-CN: Success
en-US: Success
---
## zh-CN
成功的结果
## en-US
Show successful results.
</docs>
<template>
<a-result
status="success"
title="Successfully Purchased Cloud Server ECS!"
sub-title="Order number: 2017182818828182881 Cloud server configuration takes 1-5 minutes, please wait."
>
<template #extra>
<a-button key="console" type="primary">Go Console</a-button>
<a-button key="buy">Buy Again</a-button>
</template>
</a-result>
</template>