element/packages/alert/index.js
2016-10-19 22:48:35 +08:00

9 lines
161 B
JavaScript

const Alert = require('./src/main');
/* istanbul ignore next */
Alert.install = function(Vue) {
Vue.component(Alert.name, Alert);
};
module.exports = Alert;