UNPKG

ans-ui

Version:

A vue-based UI components library for analysys

10 lines (8 loc) 161 B
export default () => { let date = new Date() return { year: date.getFullYear(), month: date.getMonth() + 1, today: date.getDate() } }