feat(ui): on expireAt, add time tag + tooltip (#362)
This commit is contained in:
parent
431a431c1d
commit
8132efbc4d
3 changed files with 9 additions and 4 deletions
|
@ -1,7 +1,9 @@
|
|||
<script setup lang="ts">
|
||||
import type { Popper as VTooltipType } from 'floating-vue/dist'
|
||||
|
||||
defineProps<{
|
||||
content?: string
|
||||
}>()
|
||||
} & Partial<typeof VTooltipType>>()
|
||||
</script>
|
||||
|
||||
<template>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue