feat(components): [tooltip-v2] documentation (#6870)

- Add tooltip-v2 documentation
- Complete tooltip-v2 implementation
This commit is contained in:
JeremyWuuuuu
2022-03-29 15:12:10 +08:00
committed by GitHub
parent a07864050c
commit f576d5a57b
25 changed files with 524 additions and 82 deletions

View File

@ -1,5 +1,7 @@
<template>
<span v-bind="$attrs" :style="computedStyle" />
<span v-bind="$attrs" :style="computedStyle">
<slot />
</span>
</template>
<script lang="ts">