<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>
```