UNPKG

@lkmadushan/vue-tuicalendar

Version:
19 lines (15 loc) 371 B
import VueTuicalendar from './TuiCalendar.vue' function plugin (Vue) { Vue.component('vue-tuicalendar', VueTuicalendar) } // Install by default if using the script tag if (typeof window !== 'undefined' && window.Vue) { window.Vue.use(plugin) } export default plugin const version = '__VERSION__' // Export all components too export { VueTuicalendar, version }