mirror of
https://gitee.com/ant-design-vue/ant-design-vue.git
synced 2024-12-15 17:31:43 +08:00
256 B
256 B
#### 基本
最简单的用法。
#### Basic
The simplest usage.
<template>
<a-tooltip>
<template slot='title'>
prompt text
</template>
Tooltip will show when mouse enter.
</a-tooltip>
</template>