vue-bpform
v1.0.5
Published
vue.js form component
Downloads
1
Readme
bpform
vue.js form component
Build Setup
# install dependencies
npm install
# serve with hot reload at localhost:8080
npm run dev
# build for production with minification
npm run build
# 说明书 暂无
# 在index
import BPForm from 'vue-bpform'
Vue.use(BPForm)
<BPForm
:inline="true"
:labelTextAlign="'left'"
:labelWidth="140"
v-model="data"
@on-change="changeForm"
:config="config"
>
</BPForm>
#默认引入项目需引入iview
#1.0.0 以组件形式传入json配置项渲染表单
#1.0.1 修改回原有timePick和time-picker
#1.0.2 修改select远程查询的基础参数
#1.0.4 代码结构整理,样式调整
#1.0.5 包体管理,减小包体大小