mirror of
https://gitee.com/element-plus/element-plus.git
synced 2024-12-15 09:50:58 +08:00
9 lines
171 B
Vue
9 lines
171 B
Vue
|
<template>
|
||
|
<el-tooltip
|
||
|
content="<p>The content can be <strong>HTML</strong></p>"
|
||
|
raw-content
|
||
|
>
|
||
|
<el-button>hover me</el-button>
|
||
|
</el-tooltip>
|
||
|
</template>
|