UNPKG

at-ui

Version:

A UI Component Library with Vue.js

8 lines (5 loc) 129 B
import Alert from './src/alert.vue' Alert.install = function (Vue) { Vue.component(Alert.name, Alert) } export default Alert