Skip to content

Commit 3cdccad

Browse files
refactor(package-card): remove title prop from date
1 parent d2e6e13 commit 3cdccad

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

app/components/PackageCard.vue

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,6 @@ const emit = defineEmits<{
8080
<dd>
8181
<NuxtTime
8282
:datetime="result.package.date"
83-
:title="result.package.date"
8483
year="numeric"
8584
month="short"
8685
day="numeric"

0 commit comments

Comments
 (0)