0.0.5-a • Published 5 years ago

wh-switch v0.0.5-a

Weekly downloads
4
License
MIT
Repository
github
Last release
5 years ago

my-switch

一个相当简单的UI组件, 主要是用于试着发布到NPM

Preview

 # git clone
 git clone git@github.com:stack-wuh/my-switch.git

 # example
 cd example

 # install
 npm install 
 
 # run dev
 npm run dev

Build Setup

# install dependencies
npm install wh-switch

For detailed explanation on how things work, consult the docs for vue-loader.

使用

import MySwitch from 'wh-switch'
  <div class="swict-wrapper">
    <my-switch v-model="value" :text="labelText"></my-switch>
  </div>

参考链接

使用vue封装插件并发布到NPM

0.0.5-a

5 years ago

0.0.5

5 years ago

0.0.4

5 years ago

0.0.3

5 years ago

0.0.2

5 years ago

0.0.1

5 years ago

1.0.0

5 years ago