naive-ui/demo/documentation/components/popconfirm/zhCN/no-icon.demo.md

11 lines
170 B
Markdown
Raw Normal View History

2020-01-31 22:36:22 +08:00
# 没有图标
2020-12-12 14:44:44 +08:00
2019-12-23 16:31:26 +08:00
```html
<n-popconfirm :show-icon="false">
2020-09-27 03:03:14 +08:00
<template v-slot:trigger>
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>
2020-12-12 14:44:44 +08:00
```