22 lines
256 B
Markdown
22 lines
256 B
Markdown
|
<cn>
|
||
|
#### 基本
|
||
|
最简单的用法。
|
||
|
</cn>
|
||
|
|
||
|
<us>
|
||
|
#### Basic
|
||
|
The simplest usage.
|
||
|
</us>
|
||
|
|
||
|
```html
|
||
|
<template>
|
||
|
<a-tooltip>
|
||
|
<template slot='title'>
|
||
|
prompt text
|
||
|
</template>
|
||
|
Tooltip will show when mouse enter.
|
||
|
</a-tooltip>
|
||
|
</template>
|
||
|
```
|
||
|
|