element/packages/switch/index.js
2016-07-27 14:15:02 +08:00

9 lines
153 B
JavaScript

const ElSwitch = require('./src/component');
ElSwitch.install = function(Vue) {
Vue.component('el-switch', ElSwitch);
};
module.exports = ElSwitch;