ant-design-vue/components/popconfirm/demo/icon.md

342 B
Raw Blame History

#### 自定义 Icon 图标 使用 `icon` 自定义提示 `icon`。 #### Customize icon Set `icon` props to customize the icon.
<template>
  <a-popconfirm title="Are you sure">
    <a-icon slot="icon" type="question-circle-o" style="color: red" />
    <a href="#">Delete</a>
  </a-popconfirm>
</template>