element/packages/alert/index.js

8 lines
134 B
JavaScript
Raw Normal View History

2016-07-27 06:15:02 +00:00
const Alert = require('./src/main');
Alert.install = function(Vue) {
Vue.component(Alert.name, Alert);
};
module.exports = Alert;