feat: more actions in status card
This commit is contained in:
parent
2422c809e0
commit
e9c9ecefc8
7 changed files with 157 additions and 87 deletions
|
@ -1,5 +1,7 @@
|
|||
<script setup lang="ts">
|
||||
|
||||
defineProps<{
|
||||
content?: string
|
||||
}>()
|
||||
</script>
|
||||
|
||||
<template>
|
||||
|
@ -9,7 +11,9 @@
|
|||
<slot />
|
||||
<template #popper>
|
||||
<div text-3>
|
||||
<slot name="popper" />
|
||||
<slot name="popper">
|
||||
{{ content }}
|
||||
</slot>
|
||||
</div>
|
||||
</template>
|
||||
</VTooltip>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue