mirror of
https://github.com/element-plus/element-plus.git
synced 2025-08-17 13:01:46 +08:00
feat(components): [tooltip-v2] documentation (#6870)
- Add tooltip-v2 documentation - Complete tooltip-v2 implementation
This commit is contained in:
@ -1,5 +1,7 @@
|
||||
<template>
|
||||
<span v-bind="$attrs" :style="computedStyle" />
|
||||
<span v-bind="$attrs" :style="computedStyle">
|
||||
<slot />
|
||||
</span>
|
||||
</template>
|
||||
|
||||
<script lang="ts">
|
||||
|
Reference in New Issue
Block a user