mirror of
https://github.com/tachiyomiorg/website.git
synced 2024-12-20 23:22:00 +01:00
Add tooltip to release dates
This commit is contained in:
parent
51c2b94447
commit
19cbf9a150
@ -27,7 +27,7 @@ const momentInfo = computed(() => {
|
||||
</script>
|
||||
|
||||
<template>
|
||||
<time :datetime="momentInfo.iso">
|
||||
<time :datetime="momentInfo.iso" :title="momentInfo.exact">
|
||||
{{ momentInfo.relative }}
|
||||
</time>
|
||||
</template>
|
||||
|
Loading…
Reference in New Issue
Block a user