mirror of
https://github.com/tusen-ai/naive-ui.git
synced 2025-01-12 12:25:16 +08:00
11 lines
220 B
Markdown
11 lines
220 B
Markdown
# Basic
|
|
```html
|
|
<n-tooltip>
|
|
<template v-slot:activator>
|
|
<n-button>
|
|
Duck
|
|
</n-button>
|
|
</template>
|
|
If it looks like a duck, walks like a duck, and quacks like a duck...it must be a duck.
|
|
</n-tooltip>
|
|
``` |