UNPKG

vuetify

Version:

Vue.js 2 Semantic Component Framework

9 lines (6 loc) 168 B
import VSwitch from './VSwitch' /* istanbul ignore next */ VSwitch.install = function install (Vue) { Vue.component(VSwitch.name, VSwitch) } export default VSwitch