Add & use timeago lib

This commit is contained in:
2020-04-23 16:11:42 +02:00
parent 20daa71d51
commit 06699d2624
4 changed files with 38 additions and 28 deletions
+3 -3
View File
@@ -14,9 +14,9 @@
</div>
</div>
<div class="mt-auto" v-if="!!updatedAt">
<div class="mt-auto" v-if="updatedAt">
<v-divider/>
<v-card-subtitle>{{ updatedAt }}</v-card-subtitle>
<v-card-subtitle>Last updated {{ updatedAt }}</v-card-subtitle>
</div>
</v-card>
</template>
@@ -41,7 +41,7 @@
default: null,
},
},
};
}
</script>
<style>