UNPKG

kingdot

Version:

A UI Components Library For Vue

9 lines (5 loc) 126 B
import Spin from './spin.vue'; Spin.install = function (Vue) { Vue.component(Spin.name, Spin); }; export default Spin;