Appearance
使用 Intl.RelativeTimeFormat 的响应式 "多久之前"。
import { useTimeAgoIntl } from '@base-web-kits/base-tools-vue'; const time = new Date(); const timeAgo = useTimeAgoIntl(time); // "now" or localized string
VueUse