element-plus/docs/examples/tooltip/html-content.vue

9 lines
177 B
Vue
Raw Normal View History

<template>
<el-tooltip
content="<span>The content can be <strong>HTML</strong></span>"
raw-content
>
<el-button>hover me</el-button>
</el-tooltip>
</template>