开发者问题收集
嗨,我想使用date-fns库将 mongo db created_at 时间戳转换为 ... 分钟/小时前。该函数称为formatDistanceToNow,它返回自提供的日期时间以来的时间。我正在使用 Vue 作为前端,但似乎无法使其正常工作。<template><div class="feed"><div v-for="post in feed" :key="post.id" class="