UNPKG

vue-switch-elsewares

Version:

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

14 lines (12 loc) 181 B
import 'babel-polyfill'; import Vue from 'vue'; import mySwitch from '../switch.vue'; new Vue({ el: '#app', data: { toggle: true }, components: { 'switch': mySwitch } });