mirror of
https://gitee.com/element-plus/element-plus.git
synced 2024-12-14 09:20:51 +08:00
8 lines
156 B
Vue
8 lines
156 B
Vue
|
<template>
|
||
|
<el-tooltip content="I am an el-tooltip">
|
||
|
<el-button>trigger me</el-button>
|
||
|
</el-tooltip>
|
||
|
</template>
|
||
|
|
||
|
<script lang="ts" setup></script>
|