Shown above by defaultHover linkShown on the right
vue
<p-tooltip content="Shown above by default">
<button type="button">Hover me</button>
</p-tooltip>
<p-tooltip content="Shown on the right" placement="right">
<a href="#" @click.prevent>Hover link</a>
</p-tooltip>