UNPKG

165 BJavaScriptView Raw
1import Switch from './src/component';
2
3/* istanbul ignore next */
4Switch.install = function(Vue) {
5 Vue.component(Switch.name, Switch);
6};
7
8export default Switch;
9