index.js 174 B

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