vue-raw-box
v1.0.6
Published
A vue component from Vue Raw UI Library
Downloads
3
Readme
vue-raw-box
A vue component from Vue Raw UI library.
Raw UI 是一套原始UI组件库
安装 Install
使用yarn安装:yarn add vue-raw-box
使用npm安装:npm install vue-raw-box --save
引入
import Box from 'vue-raw-box'
export default {
...
components: {
Box
},
}