wade-touchvue
v0.1.8
Published
基于 Vue 的ui组件
Downloads
1
Readme
wade-touchui
Install
npm install wade-touchvue -S
Quick Start
/* main.js */
// 导入组件库
import ComColorButton from './../packages/index'
// 注册组件库
Vue.use(ComColorButton)
Usage
按钮(to-button)
<template>
<div class="hello">
<to-button type="success" :disabled="false">按钮</to-button>
<to-button :disabled="true">按钮</to-button>
<to-button>按钮</to-button>
</div>
</template>
Credits
- wade-touchvue Desktop UI elements for Vue.js 2.0.