naive-ui/demo/documentation/components/tooltip/enUS/arrow.md

11 lines
185 B
Markdown
Raw Normal View History

2019-09-28 13:47:54 +08:00
# Arrow
```html
2020-01-30 17:38:14 +08:00
<n-tooltip show-arrow>
2019-09-28 13:47:54 +08:00
<template v-slot:activator>
<n-button>
2020-01-30 17:38:14 +08:00
No, no arrow by default
2019-09-28 13:47:54 +08:00
</n-button>
</template>
2020-01-30 17:38:14 +08:00
Different from popover
2019-09-28 13:47:54 +08:00
</n-tooltip>
```