element/packages/switch/index.js
2016-10-19 22:48:35 +08:00

10 lines
182 B
JavaScript

const ElSwitch = require('./src/component');
/* istanbul ignore next */
ElSwitch.install = function(Vue) {
Vue.component(ElSwitch.name, ElSwitch);
};
module.exports = ElSwitch;