index.js 152 B

12345678
  1. import Switches from './src/Switches.vue';
  2. Switches.install = function(Vue) {
  3. Vue.component(Switches.name, Switches);
  4. };
  5. export default Switches;