feat: add tooltip for status action
This commit is contained in:
parent
b947931d3b
commit
6b3a14cf1e
6 changed files with 132 additions and 36 deletions
16
components/common/CommonTooltip.vue
Normal file
16
components/common/CommonTooltip.vue
Normal file
|
@ -0,0 +1,16 @@
|
|||
<script setup lang="ts">
|
||||
|
||||
</script>
|
||||
|
||||
<template>
|
||||
<VTooltip
|
||||
v-bind="$attrs"
|
||||
>
|
||||
<slot />
|
||||
<template #popper>
|
||||
<div text-3>
|
||||
<slot name="popper" />
|
||||
</div>
|
||||
</template>
|
||||
</VTooltip>
|
||||
</template>
|
Loading…
Add table
Add a link
Reference in a new issue