0.1.8 • Published 4 years ago

wade-touchvue v0.1.8

Weekly downloads
-
License
-
Repository
-
Last release
4 years ago

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

0.1.2

4 years ago

0.1.8

4 years ago

0.1.7

4 years ago

0.1.6

4 years ago

0.1.5

4 years ago

0.1.0

4 years ago

0.1.1

4 years ago

0.0.3

4 years ago

0.0.2

4 years ago