index.js 159 B

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