安装依赖
npm install timeago.js
文档地址
使用
import { format, render, cancel, register } from 'timeago.js';
// format the time with locale
format('2016-06-12', 'en_US');
如果需要的是中文
// format with locale
format(1544666010224, 'zh_CN');
npm install timeago.js
import { format, render, cancel, register } from 'timeago.js';
// format the time with locale
format('2016-06-12', 'en_US');
如果需要的是中文
// format with locale
format(1544666010224, 'zh_CN');