UNPKG

v-calendar-ie11

Version:

A clean and extendable plugin for building simple attributed calendars in Vue.js.

27 lines (25 loc) 532 B
import touch from './touch.json'; import masks from './masks.json'; import screens from './screens.json'; import theme from './theme'; import locales from './locales'; export default { componentPrefix: 'v', navVisibility: 'click', titlePosition: 'center', transition: 'slide-h', touch, masks, screens, theme, locales, datePicker: { updateOnInput: true, inputDebounce: 1000, popover: { visibility: 'hover-focus', placement: 'bottom-start', keepVisibleOnInput: false, }, }, };