mirror of
https://github.com/element-plus/element-plus.git
synced 2024-11-27 02:01:15 +08:00
7032e75721
* style: change style * style: remove useless style * style: update * docs: update
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>
|