mirror of
https://gitee.com/ant-design-vue/ant-design-vue.git
synced 2024-12-05 05:29:01 +08:00
335 B
335 B
#### 国际化
使用 `okText` 和 `cancelText` 自定义按钮文字。
#### Locale text
Set `okText` and `cancelText` props to customise the button's labels.
<template>
<a-popconfirm title="Are you sure?" okText="Yes" cancelText="No">
<a href="#">Delete</a>
</a-popconfirm>
</template>