mirror of
https://gitee.com/element-plus/element-plus.git
synced 2024-12-15 01:41:20 +08:00
7 lines
176 B
Vue
7 lines
176 B
Vue
|
<template>
|
||
|
<el-tooltip placement="top">
|
||
|
<template #content> multiple lines<br />second line </template>
|
||
|
<el-button>Top center</el-button>
|
||
|
</el-tooltip>
|
||
|
</template>
|