vue中使用moment.js

1.安裝html npm install moment --save   2. 在main.js中導入而且作必定配置vue import moment from 'moment'//導入文件 Vue.prototype.$moment = moment;//賦值使用 moment.locale('zh-cn');//須要漢化   3. 組件(.vue)文件中一樣須要導入(script標籤中
相關文章
相關標籤/搜索