UNPKG

element-ui

Version:

A Component Library for Vue.js.

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