UNPKG

vue-luxon

Version:

Easy use of DateTime formatting & parsing in Vue using Luxon

23 lines (22 loc) 427 B
import extend from "./extend"; export default { templates: {}, input: { zone: "utc", format: "iso" }, output: { zone: "local", format: { year: "numeric", month: "long", day: "numeric" }, locale: null, relative: { round: true, unit: null } }, parse: false }