1.0.1 • Published 4 years ago
light_con v1.0.1
light_con
这是一个轻量控件整理
构建设置
# 安装控件
npm i light_con
# 在项目中使用
import {switchButton } from 'light_con'
# components中加入
components: { switchButton},
# 页面中加入
<switchButton :con="con" ></switchButton>
For detailed explanation on how things work, consult the docs for vue-loader.