naive-ui/demo/documentation/components/popconfirm/zhCN/noIcon.md

9 lines
170 B
Markdown
Raw Normal View History

2020-01-31 22:36:22 +08:00
# 没有图标
2019-12-23 16:31:26 +08:00
```html
<n-popconfirm :show-icon="false">
<template v-slot:activator>
2020-01-31 22:36:22 +08:00
<n-button>没图标</n-button>
2019-12-23 16:31:26 +08:00
</template>
2020-01-31 22:36:22 +08:00
就是这样
2019-12-23 16:31:26 +08:00
</n-popconfirm>
```