t-vue-switch

1.1.2 • Public • Published

t-vue-switch

Module Usage

npm i t-vue-switch

demo.vue

<template>
    <div id="app">
        <app-switch v-model="statuss[index]" :isRound="index"></app-switch>
    </div>
</template>

<script>
import Switch from 't-vue-switch';

export default {
    name: 'App',
    data: function() {
        return {
            statuss: [false, false],
        };
    },
    components: {
        appSwitch: Switch,
    },
};
</script>

Project setup

npm install

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build

Customize configuration

See Configuration Reference.

Other Notes

  1. npm url
  2. demo

Readme

Keywords

Package Sidebar

Install

npm i t-vue-switch

Weekly Downloads

0

Version

1.1.2

License

none

Unpacked Size

180 kB

Total Files

16

Last publish

Collaborators

  • tina.liang