mirror of
https://github.com/element-plus/element-plus.git
synced 2025-08-14 10:00:58 +08:00
9 lines
177 B
Vue
9 lines
177 B
Vue
<template>
|
|
<el-tooltip
|
|
content="<span>The content can be <strong>HTML</strong></span>"
|
|
raw-content
|
|
>
|
|
<el-button>hover me</el-button>
|
|
</el-tooltip>
|
|
</template>
|