UNPKG

vue-switch

Version:

a beautiful switch component for vue

15 lines (12 loc) 202 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 } });