strette di mano
This commit is contained in:
19
src/components/CTimeAgo/CTimeAgo.vue
Executable file
19
src/components/CTimeAgo/CTimeAgo.vue
Executable file
@@ -0,0 +1,19 @@
|
||||
<template>
|
||||
<timeago
|
||||
:datetime="datetime"
|
||||
auto-update
|
||||
:converter-options="{
|
||||
includeSeconds: true,
|
||||
addSuffix: true,
|
||||
useStrict: false,
|
||||
}"
|
||||
:locale="mylocale"
|
||||
/>
|
||||
</template>
|
||||
|
||||
<script lang="ts" src="./CTimeAgo.ts">
|
||||
</script>
|
||||
|
||||
<style lang="scss" scoped>
|
||||
@import './CTimeAgo.scss';
|
||||
</style>
|
||||
Reference in New Issue
Block a user