e211345402708b25294c7143f3382c2d08933a2b5c1bb54d5a2c85aceb63a8a248b027b1b5f7913ba40ca86739609078427d82dec8bac57104bc67c703c138 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;