0.0.6 • Published 2 years ago

togroup-ui v0.0.6

Weekly downloads
-
License
-
Repository
github
Last release
2 years 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

2 years ago

0.0.5

2 years ago

0.0.4

2 years ago

0.0.3

2 years ago

0.0.2

2 years ago

0.0.1

2 years ago