feat(ui): on expireAt, add time tag + tooltip (#362)

This commit is contained in:
Michel EDIGHOFFER 2022-12-08 11:07:54 +01:00 committed by GitHub
parent 431a431c1d
commit 8132efbc4d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 9 additions and 4 deletions

View file

@ -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>