1.下載 cnpm i moment --save
2.main.js 掛載
import moment from 'moment'//導入文件 Vue.prototype.$moment = moment;//賦值使用
3.組件中使用
凡是用的prototype 使用都要this.繼承
this.$moment('string').format("YYYY-DD-MM") this.$moment('2018-09-19T05:54:32.767Z').format("YYYY-DD-MM")
瀏覽器解析后 2018-09-19