Vue.filter('utcAsLocal', function (value) { return moment.utc(value).local(); }); <div>{{ user.updated_at | utcAsLocal | moment('L LTS') }}</div>. useful!
確定! 回上一頁