0.0.6 • Published 8 months ago

togroup-ui v0.0.6

Weekly downloads
-
License
-
Repository
github
Last release
8 months ago

togroup-ui

Install

npm install togroup-ui

Usage

To use togroup-ui,in your main.js

import Vue from "vue";
import TogroupUI from "togroup-ui";
import "togroup-ui/lib/togroupui.css";
Vue.use(TogroupUI);

Test

<template>
  <div>
    <h-button>按钮</h-button>
    <h-button size="small">按钮</h-button>
    <h-button size="mini">按钮</h-button>
  </div>
</template>
0.0.6

8 months ago

0.0.5

8 months ago

0.0.4

8 months ago

0.0.3

8 months ago

0.0.2

8 months ago

0.0.1

8 months ago