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