## 一个 Vue UI 组件

###  安装

使用本框架前，请在 CSS 中开启 border-box
```
* { box-sizing: border-box;}
```