naive-ui/demo/documentation/components/popover/zhCN/noArrow.md

11 lines
220 B
Markdown
Raw Normal View History

2020-01-30 17:38:14 +08:00
# 不要箭头
```html
<n-popover :show-arrow="false">
<template v-slot:activator>
<n-button style="margin:0;">
悬浮
</n-button>
</template>
<span>没有箭头就是矩形了</span>
</n-popover>
```