UNPKG

vue-switch-elsewares

Version:

A switch component for Vue 2 based on dai-siki's switch.

15 lines (12 loc) 188 B
import 'babel-polyfill'; import mySwitch from '../switch-2.vue'; const Vue = window.Vue; new Vue({ el: '#app', data: { toggle: true }, components: { 'my-switch': mySwitch } });