Add tooltip to release dates

This commit is contained in:
Soitora 2023-08-31 23:16:44 +02:00
parent 51c2b94447
commit 19cbf9a150
No known key found for this signature in database
GPG Key ID: A6D711EB4F2CCD97

View File

@ -27,7 +27,7 @@ const momentInfo = computed(() => {
</script> </script>
<template> <template>
<time :datetime="momentInfo.iso"> <time :datetime="momentInfo.iso" :title="momentInfo.exact">
{{ momentInfo.relative }} {{ momentInfo.relative }}
</time> </time>
</template> </template>