ant-design-vue/components/tooltip/demo/basic.md

21 lines
254 B
Markdown

<cn>
#### åŸēæœŦ
æœ€įŽ€å•įš„į”¨æŗ•ã€‚
</cn>
<us>
#### Basic
The simplest usage.
</us>
```tpl
<template>
<a-tooltip>
<template slot="title">
prompt text
</template>
Tooltip will show when mouse enter.
</a-tooltip>
</template>
```