vue moment.js的用法 安裝之后再main.js里面引入和創建全局過濾器 import moment from "moment"; //定義全局過濾器實現日期格式化 Vue.filter("forma ...