摘要: 1. npm install moment --save 2. main.js import moment from 'moment' Vue.prototype.$moment = moment 之后,在其他组件当中,使用 this.$moment 阅读全文
posted @ 2017-07-28 10:35 涵叔 阅读(1080) 评论(0) 推荐(0)
摘要: 如果不考虑IE9的兼容,可以考虑用https://github.com/surmon-china/vue-quill-editor 或者兼容IE9,用https://github.com/ff755/vue-kindeditor 阅读全文
posted @ 2017-07-28 10:33 涵叔 阅读(787) 评论(0) 推荐(0)