created() { setInterval(() => { this.messages = this.messages.map(m => { m.ago = moment(m.time).fromNow(); return m; }); }, 1000); }.
確定! 回上一頁