GITLAB

SxhGroup / sxhClockIn

Sign in
  • Sign in
  • Project
  • Files
  • Commits
  • Network
  • Graphs
  • Issues 0
  • Merge Requests 0
  • Wiki
  • sxhClockIn
  • component
  • v2
  • plugins
  • preset
  • index.js
  • d46806b9   结构调整 ... Browse Code »
    结构调整
    边
    2022-09-30 15:05:26 +0800  
index.js 182 Bytes
Edit Raw Blame History Permalink
1 2 3 4 5 6 7 8 9
import base from './base'
import getCalendarData from './get-calendar-data'

const preset = [
  ['base', base()],
  ['get-calendar-data', getCalendarData()]
]

export default preset