UNPKG

vue-atlas

Version:

A library of Vue.js 2.x components.

11 lines (9 loc) 180 B
import moment from 'moment' export default { dateParse (str, format) { if (typeof str !== 'string') { return str } return moment(str, format).toString() } }