UNPKG

kingdot

Version:

A UI Components Library For Vue

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