UNPKG

bin-ui

Version:

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

9 lines (6 loc) 148 B
import Alert from './alert' /* istanbul ignore next */ Alert.install = function (Vue) { Vue.component(Alert.name, Alert) } export default Alert