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/popconfirm/demo/local.md

335 B

#### 国际化 使用 `okText` 和 `cancelText` 自定义按钮文字。 #### Locale text Set `okText` and `cancelText` props to customize the button's labels.
<template>
  <a-popconfirm title="Are you sure" okText="Yes" cancelText="No">
    <a href="#">Delete</a>
  </a-popconfirm>
</template>