UNPKG

wh_components

Version:

郭炜恒的vue组件库

9 lines (6 loc) 179 B
import WhSkeleton from './src/main.vue' /* istanbul ignore next */ WhSkeleton.install = function(Vue) { Vue.component(WhSkeleton.name, WhSkeleton) } export default WhSkeleton