mirror of
https://github.com/tusen-ai/naive-ui.git
synced 2025-01-12 12:25:16 +08:00
11 lines
241 B
Markdown
11 lines
241 B
Markdown
# 基础用法
|
|
```html
|
|
<n-tooltip>
|
|
<template v-slot:activator>
|
|
<n-button>
|
|
鸭子
|
|
</n-button>
|
|
</template>
|
|
如果它长得像鸭子,走起来像鸭子,叫起来也像鸭子,那它一定是个鸭子。
|
|
</n-tooltip>
|
|
``` |