UNPKG

vc-popup

Version:

vue popup components with power position and animation support and back key support as well

16 lines (12 loc) 290 B
import { popupRegister } from 'vc-popup-base' import template from './index.vue' var popupConfig = { } var defaultConfig = { animation: { init: 'init', in: 'in', out: 'out' } } export default popupRegister('calendar', template, popupConfig, defaultConfig)