Skip to content

Latest commit

 

History

History
30 lines (23 loc) · 421 Bytes

README.md

File metadata and controls

30 lines (23 loc) · 421 Bytes

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>