UNPKG

bin-ui

Version:

基于 vue2.6 / vue-cli3 的 UI 组件库

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