1.安装moment
cnpm i moment --save
2,main.js 挂载
import moment from 'moment'
Vue.prototype.$moment = moment;
3,在组件中使用