naive-ui/demo/documentation/components/popconfirm/zhCN/noIcon.md
2019-12-23 16:31:26 +08:00

182 B

No Icon

<n-popconfirm :show-icon="false">
  <template v-slot:activator>
    <n-button>No Icon</n-button>
  </template>
  Are you sure to quit this game?
</n-popconfirm>