A simple time-ago component for vuejs
## Installation
<script src="https://unpkg.com/vue"></script>
<script src="https://unpkg.com/vuejs-timeago @0.0.1"></script>
<script>
Vue.use(VueTimeAgo.default)
</script>
$ npm install vuejs-timeago --save
import Vue from 'vue'
import VueTimeAgo from 'vuejs-timeago '
export default {
name: 'App',
components: {
VueTimeAgo
}
}
import Vue from 'vue'
import VueTimeAgo from 'vuejs-timeago '
Vue.use(VueTimeAgo)
<template>
<vuejs-timeago date="2020-08-07T11:32:01.592Z" format="DD-MM-YYYY" iso="true" >
<slot >
ago
</slot>
</vuejs-timeago >
</template>
<script>
import VFeedYoutube from 'vue-feeds-youtube'
export default {
name: 'App',
components: {
VFeedYoutube
}
}
</script>
Props | Description | Type | Required |
---|---|---|---|
date | date string to calculate time from | String | true |
format | optional date format | String | true |
iso | set format to iso | String | false |
vuejs-timeago is open-sourced software licensed under the MIT license