我的应用程序允许用户将用户输入的带有时间戳的帖子推送到Firestore中。我正在配置我的Vuexfire操作处理程序,以提交对按时间戳排序的firebase有效负载的突变,如下所示: import Vue from "vue";
import Vuex from "vuex"但是,我希望使用Moment.js格式化时间戳,但不确定如何正确地将Moment应用于操作处理程序。我尝试将时间
节点控制台测试:var now = new Date(2013, 02, 28, now.getDate(), now.getHours(), now.getMinutes(), now.getSeconds());
// create the timestamp with momentvar withMoment = moment.utc