index.js 154 B

12345678
  1. import Alert from './src/main';
  2. /* istanbul ignore next */
  3. Alert.install = function(Vue) {
  4. Vue.component(Alert.name, Alert);
  5. };
  6. export default Alert;