0.1.8 • Published 3 years ago

wade-touchvue v0.1.8

Weekly downloads
-
License
-
Repository
-
Last release
3 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

3 years ago

0.1.8

3 years ago

0.1.7

3 years ago

0.1.6

3 years ago

0.1.5

3 years ago

0.1.0

3 years ago

0.1.1

3 years ago

0.0.3

3 years ago

0.0.2

3 years ago