ant-design-vue/site/debugger/demo/demo.vue

7 lines
136 B
Vue

<template>
<a-tooltip>
<template #title>prompt text</template>
Tooltip will show when mouse enter.
</a-tooltip>
</template>