UNPKG

kingdot

Version:

A UI Components Library For Vue

8 lines (5 loc) 149 B
import Calendar from './calendar.vue'; Calendar.install = function (Vue) { Vue.component(Calendar.name, Calendar); }; export default Calendar;