naive-ui/demo/documentation/components/tooltip/zhCN/basic.md

11 lines
241 B
Markdown
Raw Normal View History

2020-01-30 17:38:14 +08:00
# 基础用法
```html
<n-tooltip>
<template v-slot:activator>
<n-button>
鸭子
</n-button>
</template>
如果它长得像鸭子,走起来像鸭子,叫起来也像鸭子,那它一定是个鸭子。
</n-tooltip>
```