UNPKG

v-calendar

Version:

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

8 lines (6 loc) 281 B
import { childMixin as child } from './child'; import { rootMixin as root } from './root'; import { safeScopedSlotMixin as safeScopedSlot } from './safeScopedSlot'; export const childMixin = child; export const rootMixin = root; export const safeScopedSlotMixin = safeScopedSlot;